Skip to content

Commit f626f59

Browse files
committed
add pyproject.toml
1 parent dd574c5 commit f626f59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build-system]
2+
requires = [
3+
"setuptools >= 35.0.2",
4+
"setuptools_scm >= 2.0.0, <3"
5+
]
6+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)