Skip to content

Commit

Permalink
Remove wheel as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 27, 2024
1 parent 592b1ed commit 92ad063
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 @@ -40,7 +40,7 @@ Repository = "https://github.com/laggykiller/sticker-convert"
sticker-convert = "sticker_convert.__main__:main"

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

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 92ad063

Please sign in to comment.