Skip to content

Commit a0d6cd6

Browse files
committed
Require setuptools 77.0.0 or more to build the project
This is necessary because setuptools added support for ``license`` and ``license-files`` in that version (and we use those in pyproject.toml) Changelog: https://setuptools.pypa.io/en/latest/history.html#v77-0-0
1 parent c11c6a5 commit a0d6cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Download = "https://github.com/enthought/comtypes/releases"
2727
Issues = "https://github.com/enthought/comtypes/issues"
2828

2929
[build-system]
30-
requires = ["setuptools>=61.2"]
30+
requires = ["setuptools>=77.0.0"]
3131
build-backend = "setuptools.build_meta"
3232

3333
[tool.setuptools]

0 commit comments

Comments
 (0)