mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
[4.2.x] Fixed #35980 -- Updated setuptools to normalize package names in built artifacts.
Backport of 3ae049b26b995c650c41ef918d5f60beed52b4ba from main.
This commit is contained in:
parent
afe52d89c4
commit
3456eee4a3
@ -1,5 +1,8 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0.0,<69.3.0"]
|
||||
requires = [
|
||||
"setuptools>=75.8.1; python_version >= '3.9'",
|
||||
"setuptools<75.4.0; python_version < '3.9'",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
Loading…
x
Reference in New Issue
Block a user