blob: 138b802801c3d33d9f75c62f6b4f4b42f97bdb05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2024-03-12 11:50:34 UTC
+++ pyproject.toml
@@ -26,7 +26,7 @@ line-length = 120
line-length = 120
[build-system]
-requires = ["setuptools>=41", "wheel", "setuptools-git-versioning<2"]
+requires = ["setuptools>=41", "wheel", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"
[tool.setuptools-git-versioning]
|