summaryrefslogtreecommitdiff
path: root/src/python/pyproject.toml
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-09-07 17:49:36 +0200
committerGitHub <noreply@github.com>2021-09-07 17:49:36 +0200
commit90beaa73a3f34b0c4b97f0be76ee30328dba7d54 (patch)
tree592f189fa3cb098d9146bc3db30d9653a10dd956 /src/python/pyproject.toml
parent19b7d011ee20066ea6895387e0f68d3dd789e0ee (diff)
parent3954d88bf505e4ae5af0dec81b978b1cdf0f5adf (diff)
Merge pull request #524 from VincentRouvreau/pep_518
Meet PEP518 requirements
Diffstat (limited to 'src/python/pyproject.toml')
-rw-r--r--src/python/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml
new file mode 100644
index 00000000..a9fb4985
--- /dev/null
+++ b/src/python/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools", "wheel", "numpy>=1.15.0", "cython", "pybind11"]
+build-backend = "setuptools.build_meta"