http://hg.python.org/distutils2/rev/6b80061ac34a changeset: 1147:6b80061ac34a user: Éric Araujo <merwok at netwok.org> date: Thu Sep 15 14:53:42 2011 +0200 summary: Update some setup.cfg fields. - PSF license ≠ Python license - Tarek is not the sole author, let’s direct people to the fellowship ML (the same author is used for the documentation) files: setup.cfg | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -4,9 +4,11 @@ summary = Python Distribution Utilities description-file = README.txt home-page = http://bitbucket.org/tarek/distutils2/wiki/Home -author = Tarek Ziade -author-email = tarek at ziade.org -license = PSF +author = The Fellowship of the Packaging +author-email = the-fellowship-of-the-packaging at googlegroups.com +# we set a custom license field in addition to the classifier below +# because the Python license is not just the PSF License +license = Python license keywords = packaging, distutils classifier = Development Status :: 3 - Alpha -- Repository URL: http://hg.python.org/distutils2