Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant wheel dependency from pyproject.toml #16

Merged
merged 1 commit into from May 4, 2022

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented May 4, 2022

The wheel dependency in pyproject.toml is not necessary, and modern
setuptools documentation advises against adding it. The PEP517 backend
automatically exposes the wheel dependency, and a future version
of setuptools may no longer use it.

The `wheel` dependency in `pyproject.toml` is not necessary, and modern
setuptools documentation advises against adding it.  The PEP517 backend
automatically exposes the `wheel` dependency, and a future version
of setuptools may no longer use it.
@codecov-commenter
Copy link

codecov-commenter commented May 4, 2022

Codecov Report

Merging #16 (ab5bfe5) into main (0c177f7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   99.68%   99.68%           
=======================================
  Files           9        9           
  Lines         635      635           
=======================================
  Hits          633      633           
  Misses          2        2           
Flag Coverage Δ
macos-latest 97.48% <ø> (-0.95%) ⬇️
ubuntu-latest 98.42% <ø> (ø)
windows-latest 98.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c177f7...ab5bfe5. Read the comment docs.

@hugovk hugovk added the changelog: Fixed For any bug fixes label May 4, 2022
@hugovk
Copy link
Member

hugovk commented May 4, 2022

@hugovk hugovk merged commit 410b51d into python-humanize:main May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Fixed For any bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants