Skip to content

Commit 1de6f57

Browse files
committed
Ensure required version of setuptools is specified
1 parent 8356c3b commit 1de6f57

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
@@ -26,7 +26,7 @@ Tracker = "https://github.com/Textualize/py-tree-sitter-languages/issues"
2626

2727
[build-system]
2828
requires = [
29-
"setuptools>=0.74.1",
29+
"setuptools>=74.1",
3030
"wheel",
3131
"Cython",
3232
]

0 commit comments

Comments
 (0)