Python packaging tools expect that our readme file should be named README or README.txt. But if we follow this convention, GitHub displays it as plain text in the project page which is not pretty. (unlike the beautiful HTML version when named as README.rst)
Is there any technique to make both PyPI and GitHub happy about README.

setup.py sdistwithout a README, it sayswarning: sdist: standard file not found: should have one of README, README.txt... but I guess this is just complaint I can ignore? – rescdsk Jul 26 '11 at 19:45