aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a4a073d..d1ce0d9 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
description='URI templates',
long_description="\n\n".join([open("README.rst").read(),
open("HISTORY.rst").read()]),
- license=open('LICENSE').read(),
+ license="BSD 3-Clause License",
author="Ian Cordasco",
author_email="graffatcolmingov@gmail.com",
url="https://uritemplate.readthedocs.org",
@@ -22,6 +22,7 @@ setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved',
+ 'License :: OSI Approved :: BSD License',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',