Commit 336a065d authored by Jason R. Coombs's avatar Jason R. Coombs

Add pyproject.toml per PEP 518 for use by a future pip release. Ref #581.

parent c80f03be
[build-system]
# for Setuptools, its own requirements are build requirements,
# so keep this in sync with install_requires in setup.py.
requires = [
"wheel",
"packaging>=16.8",
"six>=1.10.0",
"appdirs>=1.4.0",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment