Skip to content

Commit

Permalink
Add PEP 517 to pyproject.toml
Browse files Browse the repository at this point in the history
This puts a new minimum on the PEP 518 requirement for `setuptools`
because older versions of setuptools' PEP 517 backend will fail to
include `setup.py` in an sdist.
  • Loading branch information
pganssle committed Feb 26, 2019
1 parent 8b2f548 commit b9bf9b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
# Must be kept in sync with `setup_requirements` in `setup.py`
requires = [
"setuptools>=18.5",
"setuptools>=40.6.0",
"wheel",
"cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'",
]
build-backend = "setuptools.build_meta"

0 comments on commit b9bf9b3

Please sign in to comment.