Skip to content
Snippets Groups Projects
Commit 82ef0f24 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

setup.py: Fix vault subcommand import

parent 8644c35b
No related branches found
Tags v0.0.29
No related merge requests found
......@@ -54,7 +54,7 @@ setup(
[console_scripts]
swh-vault=swh.vault.cli:main
[swh.cli.subcommands]
vault=swh.vault.cli:cli
vault=swh.vault.cli:vault
''',
classifiers=[
"Programming Language :: Python :: 3",
......
......@@ -18,6 +18,7 @@ checked, then the config file will be searched in:
os.path.join(d, DEFAULT_CONFIG_PATH), '|'.join(SWH_CONFIG_EXTENSIONS))
for d in SWH_CONFIG_DIRECTORIES))
@click.group(name='vault', context_settings=CONTEXT_SETTINGS,
cls=AliasedGroup)
@click.pass_context
......
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