peterbe / django-static

Template tags for better serving static files from templates in Django
BSD 2-Clause "Simplified" License
193 stars 28 forks source link

Raw markup displayed on PyPI page #32

Closed mgedmin closed 10 years ago

mgedmin commented 10 years ago

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.

peterbe commented 10 years ago

Sure thing! Please send me that .rst file and I'll merge it.

mgedmin commented 10 years ago

Ping?

peterbe commented 10 years ago

Thanks for the ping. I totally missed the pull request notification.