summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrey Bienkowski <hexagon-recursion@posteo.net>2022-02-25 08:17:34 +0300
committerAndrey Bienkowski <hexagon-recursion@posteo.net>2022-02-25 08:17:34 +0300
commit30c145ec538e605305bf0d8d67cf7589c45bb596 (patch)
treef8e6a084417154b3792736df41adaa2786c506b3 /pyproject.toml
parent4df8255e6238fdf6761859fd65746f0c4d817b2d (diff)
pyproject.toml: running setup.py also requires Cython
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 37259982b..cda60db81 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "pkgconfig"]
+requires = ["setuptools", "pkgconfig", "Cython!=0.27"]
build-backend = "setuptools.build_meta"