Skip to content

Commit 7b3f3ef

Browse files
committed
Fix warning in pip install
Fixes libgit2#986
1 parent 42df4cb commit 7b3f3ef

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
@@ -1,2 +1,2 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools", "wheel"]

0 commit comments

Comments
 (0)