1
0
mirror of https://github.com/django/django.git synced 2025-06-02 01:59:11 +00:00

[5.1.x] Fixed #35980 -- Updated setuptools to normalize package names in built artifacts.

Backport of 3ae049b26b995c650c41ef918d5f60beed52b4ba from main.
This commit is contained in:
Nick Pope 2024-12-06 18:32:39 +00:00 committed by Natalia
parent be13608613
commit bbf376bbc8

View File

@ -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]