diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2024-12-06 18:32:39 +0000 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-04-03 12:37:04 -0300 |
| commit | 3ae049b26b995c650c41ef918d5f60beed52b4ba (patch) | |
| tree | 9d4a0aadc83d9f47af7d250b41f86f11f7d6b0d8 /pyproject.toml | |
| parent | c7ff347c641f2f97fa9f2f7d182982f789a211b4 (diff) | |
Fixed #35980 -- Updated setuptools to normalize package names in built artifacts.
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 f10d15d20d..b9e82334cd 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] |
