From 85d001067aa8619f667296161daf59c5c7edd85f Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Fri, 20 Sep 2019 09:58:37 +0200 Subject: [PATCH] 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. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index e868b1c..823747f 100755 --- a/setup.py +++ b/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]