My rst README is not formatted on pypi.python.org
问题 When I submit my package to the Python Package Index (https://pypi.python.org/pypi) my README file, which is written with valid reStructuredText and saved as README.rst, is displayed as plain text without any formatting. I have run it through validators (rstctl and collective.checkdocs) and no errors are returned. My package is at: https://pypi.python.org/pypi/lcinvestor It's in github at: https://github.com/jgillick/LendingClubAutoInvestor 回答1: It turns out that the answer from @sigmavirus