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:
b1c8fd3
)
Avoid breaking crappy distribution methods.
author
Cory Benfield
<lukasaoz@gmail.com>
Wed, 29 Jan 2014 19:21:04 +0000
(19:21 +0000)
committer
Cory Benfield
<lukasaoz@gmail.com>
Wed, 29 Jan 2014 19:21:04 +0000
(19:21 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 16ba717b681febcb718863db08dd23fba92d2c26..879d94a6362ba6012ed79000ed2a8608b54a3043 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-30,8
+30,6
@@
with open('README.rst') as f:
readme = f.read()
with open('HISTORY.rst') as f:
history = f.read()
-with open('LICENSE') as f:
- license = f.read()
setup(
name='requests',
@@
-46,7
+44,7
@@
setup(
package_dir={'requests': 'requests'},
include_package_data=True,
install_requires=requires,
- license=
license
,
+ license=
'Apache 2.0'
,
zip_safe=False,
classifiers=(
'Development Status :: 5 - Production/Stable',