Skip to content

Commit 336a065

Browse files
committed
Add pyproject.toml per PEP 518 for use by a future pip release. Ref #581.
1 parent c80f03b commit 336a065

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build-system]
2+
# for Setuptools, its own requirements are build requirements,
3+
# so keep this in sync with install_requires in setup.py.
4+
requires = [
5+
"wheel",
6+
"packaging>=16.8",
7+
"six>=1.10.0",
8+
"appdirs>=1.4.0",
9+
]

0 commit comments

Comments
 (0)