Skip to content

Commit 82ef030

Browse files
authored
Add pyproject.toml for setuptools (#153)
1 parent 60ac0d0 commit 82ef030

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
requires = [
3+
"setuptools",
4+
]
5+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)