Skip to content

Commit 005954b

Browse files
committed
add wheel to example pyproject
1 parent 6e916d6 commit 005954b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/pyproject-toml-python-package-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ of values. It has two keys that specify the build backend API and containing pac
8484

8585
```
8686
[build-system]
87-
requires = ["setuptools>=61"]
87+
requires = ["setuptools>=61", "wheel"]
8888
build-backend = "setuptools.build_meta"
8989
9090
[project]

0 commit comments

Comments
 (0)