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:
Antoine R. Dumont (@ardumont) 2019-09-20 09:58:37 +02:00
parent 04d8fdf8df
commit 85d001067a
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -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]