Skip to content
Snippets Groups Projects
Commit 72285da0 authored by vlorentz's avatar vlorentz
Browse files

Fix ImportError: module 'swh.vault.cli' has no attribute 'cli'

parent 82ef0f24
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ setup(
zip_safe=False,
entry_points='''
[console_scripts]
swh-vault=swh.vault.cli:main
swh-vault=swh.vault.cli:vault
[swh.cli.subcommands]
vault=swh.vault.cli:vault
''',
......
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