projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a62aa6
)
license=open("LICENSE").read(
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 31 Mar 2012 06:53:14 +0000
(
02:53
-0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 31 Mar 2012 06:53:14 +0000
(
02:53
-0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 849ab830632140732426596d6131538fdbf53a0a..25f4b0fa848dcc0b3959ab3a1332761e0d917847 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-51,7
+51,7
@@
setup(
package_data={'': ['LICENSE', 'NOTICE']},
include_package_data=True,
install_requires=required,
- license=
'ISC',
+ license=
open("LICENSE").read(
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',