mirror of
https://github.com/Hopiu/django.git
synced 2026-05-15 02:54:18 +00:00
Enabled build-system isolation via pip.
This commit is contained in:
parent
dcb094abe8
commit
f8f35e8c53
1 changed files with 3 additions and 0 deletions
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ['setuptools>=40.8.0', 'wheel']
|
||||
build-backend = 'setuptools.build_meta:__legacy__'
|
||||
Loading…
Reference in a new issue