summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0f7257892..7523d67e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,11 @@
+[build-system]
+ build-backend = "setuptools.build_meta"
+ requires = [
+ "setuptools>=47",
+ "wheel>=0.34",
+ "cython>=0.29.24; python_implementation == 'CPython'", # Skip cython when using pypy
+ ]
+
[tool.black]
line-length = 79
target-version = ['py27', 'py36']