If you go to https://pypi.python.org/pypi/django-static, you'll see raw markup in a monospace font. That's because PyPI expects ReStructuredText, while your README is in Markdown.
Would you accept a pull request that converts your README.md to README.rst? GitHub supports both formats just fine.
If you go to https://pypi.python.org/pypi/django-static, you'll see raw markup in a monospace font. That's because PyPI expects ReStructuredText, while your README is in Markdown.
Would you accept a pull request that converts your README.md to README.rst? GitHub supports both formats just fine.