We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0daff0 commit 5c7a7e8Copy full SHA for 5c7a7e8
pyproject.toml
@@ -23,7 +23,8 @@ dev = [
23
"black",
24
"build",
25
"flake8",
26
- "pre-commit"
+ "pre-commit",
27
+ "setuptools_scm>=8"
28
]
29
test = [
30
"coverage",
@@ -35,7 +36,7 @@ test = [
35
36
compiler-admin = "compiler_admin.main:main"
37
38
[build-system]
-requires = ["setuptools>=64", "wheel", "setuptools-git-versioning<2"]
39
+requires = ["setuptools>=65", "setuptools-scm>=8"]
40
build-backend = "setuptools.build_meta"
41
42
[tool.black]
@@ -63,6 +64,5 @@ norecursedirs = [
63
64
".vscode",
65
66
-[tool.setuptools-git-versioning]
67
-enabled = true
68
-dev_template = "{tag}+{ccount}.{sha}"
+[tool.setuptools_scm]
+# intentionally left blank, but we need the section header to activate the tool
0 commit comments