Skip to content
Snippets Groups Projects
Verified Commit 85d00106 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

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.
parent 04d8fdf8
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment