Skip to content

Commit 1ec4b84

Browse files
committed
Force minimum setuptools version
1 parent 44a646d commit 1ec4b84

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
@@ -52,7 +52,7 @@ Issues = "https://github.com/DakaraProject/dakara-base/issues"
5252
Changelog = "https://github.com/DakaraProject/dakara-base/blob/master/CHANGELOG.md"
5353

5454
[build-system]
55-
requires = ["setuptools"]
55+
requires = ["setuptools>=75.8.2"]
5656
build-backend = "setuptools.build_meta"
5757

5858
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)