We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e763990 + 20d54ab commit 6dac2feCopy full SHA for 6dac2fe
news/git-version.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
+* setuptools-git-versioning from <2.0 to >= 2.0 in pyproject.toml
20
21
+**Security:**
22
23
pyproject.toml
@@ -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]
0 commit comments