projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca51094
)
add license to setup file
author
salimfadhley
<sal@stodge.org>
Fri, 27 Sep 2013 22:48:29 +0000
(23:48 +0100)
committer
salimfadhley
<sal@stodge.org>
Fri, 27 Sep 2013 22:48:29 +0000
(23:48 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index c2f65279ddbf5a1828da765e8f4e0461ba6b1d83..2e6414b56c45e76449000e4ba7bb4abd01997fcb 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-33,6
+33,7
@@
setup(name=PROJECT_NAME.lower(),
url=PROJECT_URL,
description=SHORT_DESCRIPTION,
long_description=DESCRIPTION,
+ license='MIT',
classifiers = [
'Development Status :: 4 - Beta',
'Environment :: Console',