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.
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 runningsetup.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.