setup.py: Kill deprecated swh-lister command
Prior to this commit, the pip activation environment failed because the old cli name no longer exists, it's named 'lister' now.
This commit is contained in:
parent
04d8fdf8df
commit
85d001067a
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -51,8 +51,6 @@ setup(
|
|||
vcversioner={'version_module_paths': ['swh/lister/_version.py']},
|
||||
include_package_data=True,
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
swh-lister=swh.lister.cli:cli
|
||||
[swh.cli.subcommands]
|
||||
lister=swh.lister.cli:lister
|
||||
[swh.workers]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue