pip-autoremove icon indicating copy to clipboard operation
pip-autoremove copied to clipboard

error in setup.cfg ?

Open begem opened this issue 3 years ago • 2 comments

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

begem avatar Feb 07 '22 14:02 begem

dup of https://github.com/invl/pip-autoremove/pull/44

imba-tjd avatar Feb 11 '22 02:02 imba-tjd

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.

begem avatar Feb 12 '22 09:02 begem