aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-18 09:09:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-18 09:09:52 -0400
commitb8a80d2f4a95c4d6c7db7536fc00f1fc5708321d (patch)
treef145464ee14aa88a82543d1a895e5cae9909dc59 /setup.py
parentd748f5e7c9107123704a0907bdb87a2eb5e149a8 (diff)
downloadexternal_python_setuptools-b8a80d2f4a95c4d6c7db7536fc00f1fc5708321d.tar.gz
external_python_setuptools-b8a80d2f4a95c4d6c7db7536fc00f1fc5708321d.tar.bz2
external_python_setuptools-b8a80d2f4a95c4d6c7db7536fc00f1fc5708321d.zip
Updated README and setup.py to reference PyPA
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d716ee2e..978644d2 100755
--- a/setup.py
+++ b/setup.py
@@ -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,