diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-18 09:09:52 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-18 09:09:52 -0400 |
commit | b8a80d2f4a95c4d6c7db7536fc00f1fc5708321d (patch) | |
tree | f145464ee14aa88a82543d1a895e5cae9909dc59 | |
parent | d748f5e7c9107123704a0907bdb87a2eb5e149a8 (diff) | |
download | external_python_setuptools-b8a80d2f4a95c4d6c7db7536fc00f1fc5708321d.tar.gz external_python_setuptools-b8a80d2f4a95c4d6c7db7536fc00f1fc5708321d.tar.bz2 external_python_setuptools-b8a80d2f4a95c4d6c7db7536fc00f1fc5708321d.zip |
Updated README and setup.py to reference PyPA
-rwxr-xr-x | README.txt | 6 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -157,7 +157,7 @@ Credits aspects of ``easy_install``, and supplied the doctests for the command-line ``.exe`` wrappers on Windows. -* Phillip J. Eby is the principal author and maintainer of setuptools, and +* Phillip J. Eby is the seminal author of setuptools, and first proposed the idea of an importable binary distribution format for Python application plug-ins. @@ -167,4 +167,8 @@ Credits "Code Bear" Taylor) contributed their time and stress as guinea pigs for the use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!) +* 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. + .. _files: @@ -102,7 +102,7 @@ setup_params = dict( version=main_ns['__version__'], description="Easily download, build, install, upgrade, and uninstall " "Python packages", - author="The fellowship of the packaging", + author="Python Packaging Authority", author_email="distutils-sig@python.org", license="PSF or ZPL", long_description = long_description, |