Skip to content

Commit bc79a5f

Browse files
committed
Add pyproject.toml
The version=file:VERSION line in setup.cfg actually requires setuptools>=40.0.0, so this adds a pyproject.toml file describing the minimum build dependencies of the project.
1 parent a17f233 commit bc79a5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools>=40.0.0", "wheel"]

0 commit comments

Comments
 (0)