Skip to content

Commit b40f6ce

Browse files
committed
Bumped required setuptools version.
The higher version is required to support the license and license files formats.
1 parent e311092 commit b40f6ce

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/news.d/1196.misc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Bumped required setuptools version to >=77. The higher version is required to support the license and license files
2+
formats in pyproject.toml.

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"]
2+
requires = ["setuptools>=77"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)