diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2024-12-06 18:32:39 +0000 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-04-03 12:38:49 -0300 |
| commit | bbf376bbc8cdfca817b54e7df99539633d10b06e (patch) | |
| tree | bd657fed07d4801321333dc9518ccafe42f3b20d /pyproject.toml | |
| parent | be13608613b28132bec1165dc4d495e4855402b6 (diff) | |
[5.1.x] Fixed #35980 -- Updated setuptools to normalize package names in built artifacts.
Backport of 3ae049b26b995c650c41ef918d5f60beed52b4ba from main.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 19bc17ba1a..98ca8ff40a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] |
