Skip to content

Commit

Permalink
Use git version >= 2.0 in pyproject.toml (#131)
Browse files Browse the repository at this point in the history
* Add git version > 2.0

* Add news for git version
  • Loading branch information
bobleesj authored Oct 5, 2024
1 parent 6eeff5f commit 42f3ae5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions news/git-version.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* support setuptools-git-versioning>=2.0

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=62.0", "setuptools-git-versioning<2"]
requires = ["setuptools>=62.0", "setuptools-git-versioning>=2.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 42f3ae5

Please sign in to comment.