Skip to content

Commit

Permalink
Include license=MIT key in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Aug 2, 2019
1 parent dea933f commit 6c7887f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def get_absolute_path(*args):
url='https://github.com/xolox/python-rsync-system-backup',
author="Peter Odding",
author_email='[email protected]',
license='MIT',
packages=find_packages(),
entry_points=dict(console_scripts=[
'rsync-system-backup = rsync_system_backup.cli:main',
Expand Down

0 comments on commit 6c7887f

Please sign in to comment.