Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f17c66c

Browse files
committed
add pyproject toml file
1 parent 993d905 commit f17c66c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)