Adapt cli declaration entrypoint to swh.core 0.3

This commit is contained in:
David Douard 2020-09-23 17:40:56 +02:00
parent 22f7181294
commit d10f78d80c
3 changed files with 4 additions and 4 deletions

View file

@ -53,7 +53,7 @@ setup(
include_package_data=True,
entry_points="""
[swh.cli.subcommands]
lister=swh.lister.cli:lister
lister=swh.lister.cli
[swh.workers]
lister.bitbucket=swh.lister.bitbucket:register
lister.cgit=swh.lister.cgit:register