Closed UTsweetyfish closed 1 year ago
Download HyFetch-1.4.9-py3-none-any.whl from pypi, inspecting the wheel file.
tools/ directory is included in the wheel file.
tools/
Only hyfetch/ and dist-info should be included in wheel.
hyfetch/
dist-info
(not appliable)
Linked to https://github.com/deepin-community/hyfetch/pull/1#issuecomment-1630095160
I would recommend using find_namespace_packages(include=['hyfetch', 'hyfetch.*']) in setup.py.
find_namespace_packages(include=['hyfetch', 'hyfetch.*'])
https://github.com/hykilpikonna/hyfetch/blob/7bfac43dd9c3973fd28a6282f81f556951d0efde/setup.py#L34
Fixed!
Describe the bug
Download HyFetch-1.4.9-py3-none-any.whl from pypi, inspecting the wheel file.
tools/
directory is included in the wheel file.Expected behavior
Only
hyfetch/
anddist-info
should be included in wheel.Config file
(not appliable)
Additional context
Linked to https://github.com/deepin-community/hyfetch/pull/1#issuecomment-1630095160