This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akitada
Recipients akitada, jbelmonte, tarek
Date 2009-02-04.15:56:52
SpamBayes Score 0.054944295
Marked as misclassified No
Message-id <1233763014.94.0.258432214354.issue962772@psf.upfronthosting.co.za>
In-reply-to
Content
"""
from distutils.core import setup
setup(name="foo", author="bar", maintainer="baz")
"""
gives me
"""
Metadata-Version: 1.0
Name: foo
Version: 0.0.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: baz
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
"""
History
Date User Action Args
2009-02-04 15:56:55akitadasetrecipients: + akitada, jbelmonte, tarek
2009-02-04 15:56:54akitadasetmessageid: <1233763014.94.0.258432214354.issue962772@psf.upfronthosting.co.za>
2009-02-04 15:56:53akitadalinkissue962772 messages
2009-02-04 15:56:52akitadacreate