Skip to content

Commit b62515a

Browse files
committed
add pyproject.toml
1 parent d7c0304 commit b62515a

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+
# pyproject.toml
2+
[build-system]
3+
# XXX: If your project needs other packages to build properly, add them to this list.
4+
requires = ["setuptools >= 42.0.0"]
5+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)