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]
|
[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"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@ -7,8 +10,8 @@ name = "Django"
|
|||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"asgiref >= 3.6.0, < 4",
|
"asgiref>=3.6.0,<4",
|
||||||
"backports.zoneinfo; python_version<'3.9'",
|
"backports.zoneinfo; python_version < '3.9'",
|
||||||
"sqlparse>=0.3.1",
|
"sqlparse>=0.3.1",
|
||||||
"tzdata; sys_platform == 'win32'",
|
"tzdata; sys_platform == 'win32'",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user