Open divenex opened 3 months ago
When the README.rst file contains RST definition lists, which requires a space before the colon, like
README.rst
term : classifier Definition
They are rendered by PyPi without the colon and spaces, like termclassifier.
termclassifier
Looks like we'd need to allow definition lists and associated tags through clean()
clean()
Tags are likely: dl, dt
dl
dt
When the
README.rst
file contains RST definition lists, which requires a space before the colon, likeThey are rendered by PyPi without the colon and spaces, like
termclassifier
.