-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
After multiple tries I have yet to get PyPI to format the README correctly. Current state can be viewed here.
At the moment, I followed this SO answer and convert README.md
to ReStructuredText when running setup.py
. However it looks like you cannot have relative links on a PyPI page, so I changed them all to https links to the GitHub files.
It's still displaying the RST as text and not rendering it, but I don't know where to go from here.