Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit c435adb

Browse files
authored
Merge pull request #34 from fopina/fix/pep625
update setuptools to fix file naming (PEP 625)
2 parents 2589b22 + 416cde1 commit c435adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0.0,<69.3.0"]
2+
requires = ["setuptools>=69.5.0,<80.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)