[issue11913] sdist should allow for README.rst

2011-08-26 Thread resc
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

[issue11913] sdist should allow for README.rst

2011-04-26 Thread Éric Araujo
É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

[issue11913] sdist should allow for README.rst

2011-04-23 Thread Ingy dot Net
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