diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-05-20 09:31:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-05-20 09:31:11 -0400 |
commit | e078d78a439591fd7028cf80ca0b7c12ae013d4d (patch) | |
tree | 149d06719451d386cb3fad1ccedb43691f7d640a | |
parent | e74c482e19518d05c226826c00625da41af1a12b (diff) | |
download | external_python_setuptools-e078d78a439591fd7028cf80ca0b7c12ae013d4d.tar.gz external_python_setuptools-e078d78a439591fd7028cf80ca0b7c12ae013d4d.tar.bz2 external_python_setuptools-e078d78a439591fd7028cf80ca0b7c12ae013d4d.zip |
Add reference to Setuptools Developers team for clarity of maintenance and removed reference to Jason as maintainer.
-rwxr-xr-x | README.rst | 4 | ||||
-rw-r--r-- | docs/history.txt | 7 |
2 files changed, 6 insertions, 5 deletions
@@ -20,7 +20,9 @@ See the `Installation Instructions User's Guide for instructions on installing, upgrading, and uninstalling Setuptools. -The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_. +The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_ +by the `Setuptools Developers +<https://github.com/orgs/pypa/teams/setuptools-developers>`_. Questions and comments should be directed to the `distutils-sig mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. diff --git a/docs/history.txt b/docs/history.txt index 8fd1dc65..385cfa7e 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -40,7 +40,6 @@ Credits re-invigorated the community on the project, encouraged renewed innovation, and addressed many defects. -* Since the merge with Distribute, Jason R. Coombs is the - maintainer of setuptools. The project is maintained in coordination with - the Python Packaging Authority (PyPA) and the larger Python community. - +* Jason R. Coombs performed the merge with Distribute, maintaining the + project for several years in coordination with the Python Packaging + Authority (PyPA). |