Skip to content

Commit a53a8e4

Browse files
authored
Update setuptools requirement to version 80 or higher (#57)
Necessary to support `license` property changes
1 parent 2030248 commit a53a8e4

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
@@ -42,5 +42,5 @@ packages = ["cogapp"]
4242
version.attr = "cogapp.cogapp.__version__"
4343

4444
[build-system]
45-
requires = ["setuptools"]
45+
requires = ["setuptools>=80"]
4646
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)