-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
942d0b8
commit 6eaef88
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
Development Lead | ||
---------------- | ||
|
||
- Ian Cordasco <[email protected]> | ||
- Ian Stapleton Cordasco <[email protected]> | ||
|
||
Contributors | ||
------------ | ||
|
||
- Brett Cannon | ||
- Daniel Imhoff | ||
- Eugene Eeo | ||
- Jeff Potter | ||
- Philippe Ombredanne | ||
- Thierry Bastian | ||
- Thomas Grainger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,12 @@ | |
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="[email protected]", | ||
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', | ||
|