1
0
mirror of https://github.com/django/django.git synced 2025-04-12 03:22:21 +00:00

Fixed -- Updated setuptools to normalize package names in built artifacts.

This commit is contained in:
Nick Pope 2024-12-06 18:32:39 +00:00 committed by nessita
parent c7ff347c64
commit 3ae049b26b

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