Browse Source

Enabled build-system isolation via pip.

Florian Apolloner 4 years ago
parent
commit
f8f35e8c53
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pyproject.toml

+ 3 - 0
pyproject.toml

@@ -0,0 +1,3 @@
+[build-system]
+requires = ['setuptools>=40.8.0', 'wheel']
+build-backend = 'setuptools.build_meta:__legacy__'