pip-autoremove
pip-autoremove copied to clipboard
error in setup.cfg ?
There are in setup.cfg
[options]
scripts =
pi**p_a**utoremove.py
install_requires =
pip
setuptools
[options.entry_points]
console_scripts =
pip-autoremove = pi**p_a**utoremove:main
but file "pip_autoremove" doesnt exists
dup of https://github.com/invl/pip-autoremove/pull/44
yep, also it is duplicate of #43. I am talk about wrong configuration file: if replace pip_autoremove, pip-autoremove on pipautoremove into setup.cfg, then build wheel, this pakege will be work correctly.