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 tarek
Recipients tarek
Date 2009-04-09.23:15:34
SpamBayes Score 3.738242e-08
Marked as misclassified No
Message-id <1239318936.64.0.115245902927.issue5732@psf.upfronthosting.co.za>
In-reply-to
Content
Right now, both register and sdist commands are implementing a
check_metadata function to check that the metadata are complete enough.

check will refactor this and also add a test to validate that the 
long_description is/is not reST compliant (if asked *and* if docutils is
present)

of course distutils will not introduce a hard dependency on docutils and
both register and sdist wil continue to work the same way (but use check
underneath)
History
Date User Action Args
2009-04-09 23:15:37tareksetrecipients: + tarek
2009-04-09 23:15:36tareksetmessageid: <1239318936.64.0.115245902927.issue5732@psf.upfronthosting.co.za>
2009-04-09 23:15:35tareklinkissue5732 messages
2009-04-09 23:15:34tarekcreate