| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 Report
@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage 99.68% 99.68%
=======================================
Files 9 9
Lines 635 635
=======================================
Hits 633 633
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
Thanks! A couple of references: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.