aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-07-16 19:41:54 +0200
committerHanno Schlichting <hanno@hannosch.eu>2009-07-16 19:41:54 +0200
commitc50a0b832d151bd007e7d273f962375ee07df53f (patch)
tree25b83f344ce82fe663f7f62912f71f0ffd829c77 /setup.py
parent9b373023daa6b8d44ee680b3604e450ba642229b (diff)
downloadexternal_python_setuptools-c50a0b832d151bd007e7d273f962375ee07df53f.tar.gz
external_python_setuptools-c50a0b832d151bd007e7d273f962375ee07df53f.tar.bz2
external_python_setuptools-c50a0b832d151bd007e7d273f962375ee07df53f.zip
Added the new author: The fellowship of the packaging ;)
--HG-- branch : distribute extra : rebase_source : 30fd163883b3769c573cf79cb79031d6c4d5261f
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 844ee2e2..9aff9b64 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(
version=VERSION,
description="Download, build, install, upgrade, and uninstall Python "
"packages -- easily!",
- author="",
+ author="The fellowship of the packaging",
author_email="distutils-sig@python.org",
license="PSF or ZPL",
long_description = open('README.txt').read(),