resc added the comment:
Just wanted to note that this confuses other people too...
http://stackoverflow.com/questions/4384796/readme-extension-for-python-projects
Is this something that could be changed in 'distribute'?
--
nosy: +Thomas.Smith
___
P
Éric Araujo added the comment:
If it’s only a warning, just ignore it. This would be easy to fix, but as it
would be considered a new feature, it can’t go into distutils, which is frozen.
I am however willing to edit the documentation to tell that PyPI will accept
README.rst and that people
New submission from Ingy dot Net :
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
wa