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 d1ce0d9..b267ae0 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="BSD 3-Clause License",
+ license="BSD 3-Clause License or Apache License, Version 2.0",
author="Ian Cordasco",
author_email="graffatcolmingov@gmail.com",
url="https://uritemplate.readthedocs.org",
@@ -23,6 +23,7 @@ setup(
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved',
'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',