Skip to content

Commit 102132a

Browse files
committed
Add 'license' key to setup script
1 parent 388548e commit 102132a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Setup script for the `vcs-repo-mgr' package.
44
#
55
# Author: Peter Odding <[email protected]>
6-
# Last Change: March 8, 2018
6+
# Last Change: April 26, 2018
77
# URL: https://github.com/xolox/python-vcs-repo-mgr
88

99
"""
@@ -121,6 +121,7 @@ def have_environment_marker_support():
121121
url='https://github.com/xolox/python-vcs-repo-mgr',
122122
author="Peter Odding",
123123
author_email='[email protected]',
124+
license='MIT',
124125
packages=find_packages(),
125126
entry_points=dict(console_scripts=[
126127
'vcs-tool = vcs_repo_mgr.cli:main',

0 commit comments

Comments
 (0)