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-05-16.16:27:41
SpamBayes Score 1.4282701e-09
Marked as misclassified No
Message-id <1242491265.74.0.368727644802.issue6041@psf.upfronthosting.co.za>
In-reply-to
Content
the check command now is able to check the meta-data, so we can remove
duplicate code located in both "sdist" and "register" and call "check as
a subcommand.

- register will also have a new boolean option called "strict". If set
to True (it's unset by default), register will stop if the metadata are
not OK or if the long_description fails to compile in reST (as long as
docutils is installed of course)

- sdist will have a new boolean option called "medata-check", set to
true by default. That will use "check" to verify the metadata (not the 
long_description reSt compliancy though, just the metadata fields presence)
History
Date User Action Args
2009-05-16 16:27:46tareksetrecipients: + tarek
2009-05-16 16:27:45tareksetmessageid: <1242491265.74.0.368727644802.issue6041@psf.upfronthosting.co.za>
2009-05-16 16:27:43tareklinkissue6041 messages
2009-05-16 16:27:42tarekcreate