mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #33778 -- Updated build-system configuration.
This removes unnecessary wheel dependency and __legacy__ fallback.
This commit is contained in:
committed by
Mariusz Felisiak
parent
242499f2dc
commit
247e25897b
@@ -1,6 +1,6 @@
|
||||
[build-system]
|
||||
requires = ['setuptools>=40.8.0', 'wheel']
|
||||
build-backend = 'setuptools.build_meta:__legacy__'
|
||||
requires = ['setuptools>=40.8.0']
|
||||
build-backend = 'setuptools.build_meta'
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py38']
|
||||
|
||||
Reference in New Issue
Block a user