Skip to content

Commit

Permalink
Remove unused wheel build dependency (#629)
Browse files Browse the repository at this point in the history
Remove the `wheel` dependency as it is not used anywhere.  Hatchling
does not use `wheel` (and setuptools either bundled it or pulled it
in automatically).
  • Loading branch information
mgorny authored Jul 31, 2024
1 parent 0fa7b48 commit 11f9297
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip
python -m pip install pep517
- name: Display structure of files to be pushed
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build-system]
requires = [
"hatchling",
"wheel",
]
build-backend = "hatchling.build"

Expand Down
1 change: 1 addition & 0 deletions src/towncrier/newsfragments/629.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed build-time dependency on `wheel`.

0 comments on commit 11f9297

Please sign in to comment.