Skip to content

Commit

Permalink
Merge pull request #133 from Ivoz/patch-2
Browse files Browse the repository at this point in the history
Fix license for setup arguments
  • Loading branch information
sigmavirus24 committed Jan 26, 2016
2 parents c7d1be0 + 8eaa2e7 commit 9ce98fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_version():
description="A utility belt for advanced users of python-requests",
long_description="\n\n".join([open("README.rst").read(),
open("HISTORY.rst").read()]),
license=open("LICENSE").read(),
license='Apache 2.0',
author='Ian Cordasco, Cory Benfield',
author_email="graffatcolmingov@gmail.com",
url="https://toolbelt.readthedocs.org",
Expand All @@ -54,7 +54,7 @@ def get_version():
install_requires=['requests>=2.0.1,<=3.0.0'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved',
'License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 9ce98fd

Please sign in to comment.