From 2af3d4c51bca6a769a681cdfee10c9eda02b0838 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 23 Jul 2018 13:10:13 -0400 Subject: Fixes #3548 - add a pyproject.toml (#4363) --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..461675f0 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[build-system] +# Must be kept in sync with `setup_requirements` in `setup.py` +requires = [ + "setuptools>=18.5", + "wheel", + "cffi>=1.7,!=1.11.3; python_implementation != 'PyPy'", +] -- cgit v1.2.3