Skip to content

Commit

Permalink
Update setup.py with license and classifiers
Browse files Browse the repository at this point in the history
Closes gh-91
  • Loading branch information
sigmavirus24 committed Jan 17, 2016
1 parent d0a7121 commit 67a129c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def data_for(filename):
description="A VCR imitation for python-requests",
long_description="\n\n".join([data_for("README.rst"),
data_for("HISTORY.rst")]),
license=data_for('LICENSE'),
license="Apache 2.0",
author="Ian Cordasco",
author_email="graffatcolmingov@gmail.com",
url="https://github.com/sigmavirus24/betamax",
Expand All @@ -56,6 +56,8 @@ def data_for(filename):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
]
)

0 comments on commit 67a129c

Please sign in to comment.