We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea933f commit 6c7887fCopy full SHA for 6c7887f
1 file changed
setup.py
@@ -66,6 +66,7 @@ def get_absolute_path(*args):
66
url='https://github.com/xolox/python-rsync-system-backup',
67
author="Peter Odding",
68
author_email='peter@peterodding.com',
69
+ license='MIT',
70
packages=find_packages(),
71
entry_points=dict(console_scripts=[
72
'rsync-system-backup = rsync_system_backup.cli:main',
0 commit comments