Skip to content

Commit 161bf1a

Browse files
committed
Use setuptools_scm
1 parent 79a241c commit 161bf1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build-system]
2+
requires = ["setuptools",
3+
"wheel",
4+
"setuptools_scm"]
5+
build-backend = 'setuptools.build_meta'
6+
7+
[tool.setuptools_scm]
8+

0 commit comments

Comments
 (0)