Commit b8a80d2f authored by Jason R. Coombs's avatar Jason R. Coombs

Updated README and setup.py to reference PyPA

parent d748f5e7
...@@ -157,7 +157,7 @@ Credits ...@@ -157,7 +157,7 @@ Credits
aspects of ``easy_install``, and supplied the doctests for the command-line aspects of ``easy_install``, and supplied the doctests for the command-line
``.exe`` wrappers on Windows. ``.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 first proposed the idea of an importable binary distribution format for
Python application plug-ins. Python application plug-ins.
...@@ -167,4 +167,8 @@ Credits ...@@ -167,4 +167,8 @@ Credits
"Code Bear" Taylor) contributed their time and stress as guinea pigs for the "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!) 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: .. _files:
...@@ -102,7 +102,7 @@ setup_params = dict( ...@@ -102,7 +102,7 @@ setup_params = dict(
version=main_ns['__version__'], version=main_ns['__version__'],
description="Easily download, build, install, upgrade, and uninstall " description="Easily download, build, install, upgrade, and uninstall "
"Python packages", "Python packages",
author="The fellowship of the packaging", author="Python Packaging Authority",
author_email="distutils-sig@python.org", author_email="distutils-sig@python.org",
license="PSF or ZPL", license="PSF or ZPL",
long_description = long_description, long_description = long_description,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment