summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2021-02-10 12:40:11 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-02-11 08:07:55 +0100
commitf8f35e8c530aaf440fa8160327461460d79f6db2 (patch)
tree8681fff8ae64b0c09905a05f9a25052cdbaeb251 /pyproject.toml
parentdcb094abe8cff505c4824532a8375f5edef407d5 (diff)
Enabled build-system isolation via pip.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000000..94a5dae582
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ['setuptools>=40.8.0', 'wheel']
+build-backend = 'setuptools.build_meta:__legacy__'