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 ingy
Recipients eric.araujo, ingy, tarek
Date 2011-04-24.02:48:41
SpamBayes Score 0.0009376782
Marked as misclassified No
Message-id <1303613322.81.0.629577121535.issue11913@psf.upfronthosting.co.za>
In-reply-to
Content
When I upload modules to PyPI, distutils is clucking about a missing README, even though PyPI accepts README.rst, and I am providing that.

Registering pyplay to http://pypi.python.org/pypi
Server response (200): OK
python setup.py sdist upload
running sdist
warning: sdist: standard file not found: should have one of README, README.txt
History
Date User Action Args
2011-04-24 02:48:42ingysetrecipients: + ingy, tarek, eric.araujo
2011-04-24 02:48:42ingysetmessageid: <1303613322.81.0.629577121535.issue11913@psf.upfronthosting.co.za>
2011-04-24 02:48:42ingylinkissue11913 messages
2011-04-24 02:48:41ingycreate