diff options
author | mattip <matti.picus@gmail.com> | 2019-07-03 15:24:42 -0700 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-07-17 21:59:16 -0400 |
commit | 8b2665552c89ae3582e36742768f3661364f1ac0 (patch) | |
tree | b1932dc30393d1fc25e01281ca7b4b03f343abd2 /pyproject.toml | |
parent | ea965e4cd328fbcf76b03ff749ef06d2aa38c28b (diff) | |
download | numpy-8b2665552c89ae3582e36742768f3661364f1ac0.tar.gz |
ENH: add pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..0e4f8aeb1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[build-system] +# Minimum requirements for the build system to execute. +requires = ["setuptools", "wheel", "cython"] # PEP 508 specification + |