You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I have packaged MISS_HIT correctly and the user reports that when installing the dependency manually things work. That doesn't seem like intended behaviour.
How to reproduce
pipx install miss_hit
Does not make available the entry points defined by miss_hit_core.
pipx install miss_hit_core
pipx install miss_hit
Seems to do the trick.
Expected behavior
I would suggest that any entry points from dependencies are also made available.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have had a user report that an entry point is missing: florianschanda/miss_hit#281
I believe I have packaged MISS_HIT correctly and the user reports that when installing the dependency manually things work. That doesn't seem like intended behaviour.
How to reproduce
Does not make available the entry points defined by
miss_hit_core
.Seems to do the trick.
Expected behavior
I would suggest that any entry points from dependencies are also made available.
The text was updated successfully, but these errors were encountered: