Skip to content

Commit d2fe1d0

Browse files
authored
pyproject.toml: add setuptools_scm
1 parent bceabe2 commit d2fe1d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=48", "wheel"]
2+
requires = ["setuptools>=48", "wheel", "setuptools_scm[toml]>=6.3.1"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools_scm]
6+
57
[tool.black]
68
line-length = 79
79
include = '\.pyi?$'

0 commit comments

Comments
 (0)