Create console command
This commit is contained in:
parent
0e7d5308db
commit
5fd6542da2
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -10,4 +10,7 @@ setup(
|
|||
install_requires=[
|
||||
'docker-py==1.10.6',
|
||||
],
|
||||
entry_points={'console_scripts': [
|
||||
'restic-volume-backup = restic_volume_backup.cli:main',
|
||||
]},
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue