Skip to content

Commit

Permalink
Add wheel to requirements
Browse files Browse the repository at this point in the history
- Fixes pallets#475
  • Loading branch information
virtuald committed Oct 15, 2024
1 parent 719576e commit d2eea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Source = "https://github.com/pallets/markupsafe/"
Chat = "https://discord.gg/pallets"

[build-system]
requires = ["setuptools"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
Expand Down

0 comments on commit d2eea5b

Please sign in to comment.