Skip to content

Commit 8416f58

Browse files
Add wheel to pyproject.toml
1 parent ca2b630 commit 8416f58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = [
3+
"setuptools",
4+
"wheel"
5+
]
36
build-backend = "setuptools.build_meta"
47

58
[tool.black]

0 commit comments

Comments
 (0)