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 bceabe2 commit d2fe1d0Copy full SHA for d2fe1d0
pyproject.toml
@@ -1,7 +1,9 @@
1
[build-system]
2
-requires = ["setuptools>=48", "wheel"]
+requires = ["setuptools>=48", "wheel", "setuptools_scm[toml]>=6.3.1"]
3
build-backend = "setuptools.build_meta"
4
5
+[tool.setuptools_scm]
6
+
7
[tool.black]
8
line-length = 79
9
include = '\.pyi?$'
0 commit comments