aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-07-26 06:51:25 -0500
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-07-26 06:51:25 -0500
commit6eaef88a8309e6a913872d07b6bea421c6960713 (patch)
treed8a7c44a8972328347c19c032f87e87435e73328 /setup.py
parent942d0b8a66fdae9c1e4c6e087a330122beecd3f4 (diff)
downloaduritemplates-6eaef88a8309e6a913872d07b6bea421c6960713.tar.gz
Update project for new organization home
Update AUTHORS.rst with names of contributors thus far and fix-up my name in some places. Further, include both licenses in our packaging.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7f37118..210576a 100644
--- a/setup.py
+++ b/setup.py
@@ -13,11 +13,12 @@ setup(
long_description="\n\n".join([open("README.rst").read(),
open("HISTORY.rst").read()]),
license="BSD 3-Clause License or Apache License, Version 2.0",
- author="Ian Cordasco",
+ author="Ian Stapleton Cordasco",
author_email="graffatcolmingov@gmail.com",
url="https://uritemplate.readthedocs.org",
packages=packages,
- package_data={'': ['LICENSE', 'AUTHORS.rst']},
+ package_data={'': ['LICENSE', 'LICENSE.APACHE', 'LICENSE.BSD',
+ 'AUTHORS.rst']},
include_package_data=True,
classifiers=[
'Development Status :: 5 - Production/Stable',