Skip to content

Commit

Permalink
Update project for new organization home
Browse files Browse the repository at this point in the history
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
sigmavirus24 committed Jul 26, 2017
1 parent 942d0b8 commit 6eaef88
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
13 changes: 12 additions & 1 deletion AUTHORS.rst
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
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
uritemplate
===========

Documentation_ -- GitHub_ -- BitBucket_ -- Travis-CI_
Documentation_ -- GitHub_ -- Travis-CI_

Simple python library to deal with `URI Templates`_. The API looks like

Expand Down Expand Up @@ -56,9 +56,8 @@ License
Modified BSD license_


.. _Documentation: http://uritemplate.rtfd.org/
.. _GitHub: https://github.com/sigmavirus24/uritemplate
.. _BitBucket: https://bitbucket.org/icordasc/uritemplate
.. _Travis-CI: https://travis-ci.org/sigmavirus24/uritemplate
.. _Documentation: https://uritemplate.readthedocs.io/
.. _GitHub: https://github.com/python-hyper/uritemplate
.. _Travis-CI: https://travis-ci.org/python-hyper/uritemplate
.. _URI Templates: http://tools.ietf.org/html/rfc6570
.. _license: https://github.com/sigmavirus24/uritemplate/blob/master/LICENSE
.. _license: https://github.com/python-hyper/uritemplate/blob/master/LICENSE
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6eaef88

Please sign in to comment.