mirror of
https://github.com/django/django.git
synced 2025-07-07 13:25:15 +00:00
Fixed #35980 -- Updated setuptools to normalize package names in built artifacts.
This commit is contained in:
parent
c7ff347c64
commit
3ae049b26b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=61.0.0,<69.3.0"]
|
||||
requires = ["setuptools>=75.8.1"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue