diff options
Diffstat (limited to 'hosts/vidhar/borg/copy/setup.py')
| -rw-r--r-- | hosts/vidhar/borg/copy/setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/vidhar/borg/copy/setup.py b/hosts/vidhar/borg/copy/setup.py new file mode 100644 index 00000000..f77d9560 --- /dev/null +++ b/hosts/vidhar/borg/copy/setup.py | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | from setuptools import setup | ||
| 2 | |||
| 3 | setup(name='copy_borg', | ||
| 4 | packages=['copy_borg'], | ||
| 5 | entry_points={ | ||
| 6 | 'console_scripts': [ | ||
| 7 | 'copy_borg=copy_borg.__main__:main', | ||
| 8 | ], | ||
| 9 | } | ||
| 10 | ) | ||
