diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..e4d893fc --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,10 @@ +[build-system] +requires = [ + # The minimum setuptools version is specific to the PEP 517 backend, + # and may be stricter than the version required in `setup.py` + "setuptools>=40.6.0", + "wheel", + # Must be kept in sync with the `setup_requirements` in `setup.py` + "cffi>=1.8,!=1.11.3; platform_python_implementation != 'PyPy'", +] +build-backend = "setuptools.build_meta" |
