Skip to content

Commit 09876e6

Browse files
authored
Add pyproject.toml file (#51)
This is recommended by setuptool's docs.
1 parent 8554b26 commit 09876e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)