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
new file mode 100644
index 0000000..a9eb8aa
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,8 @@
+[build-system]
+requires = [
+ # Also declared in requirements.txt, if updating here please also update
+ # there
+ "Cython~=0.29.13",
+ "setuptools >= 35.0.2",
+]
+build-backend = "setuptools.build_meta"