Skip to content

Commit ee5eb75

Browse files
committed
Add pyproject.toml.
address #702 Fix the pip warning explained here: pypa/pip#11457 By following this procedure: pypa/pip#11457 (comment)
1 parent 9c4f09b commit ee5eb75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)