Add rvb command shortcut
This commit is contained in:
parent
44ed5956b0
commit
f433a50652
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -12,5 +12,6 @@ setup(
|
||||||
],
|
],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'restic-volume-backup = restic_volume_backup.cli:main',
|
'restic-volume-backup = restic_volume_backup.cli:main',
|
||||||
|
'rvb = restic_volume_backup.cli:main',
|
||||||
]},
|
]},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue