You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anybody fancy adding a short README text file at the top-level of the repository?
I would like to use that for the long_description in setup.py, so that it can also be used for the project homepage on PyPI.
If it is formatted in reStructuredText instead of markdown it'd be even better, as currently PyPI cannot render .md files while Github can render .rst ones just fine.
It's easy to convert md to rst, e.g. with pandoc: pandoc --from=markdown --to=rst --output=README.rst README.md
The text was updated successfully, but these errors were encountered:
Does anybody fancy adding a short README text file at the top-level of the repository?
I would like to use that for the
long_description
insetup.py
, so that it can also be used for the project homepage on PyPI.If it is formatted in
reStructuredText
instead of markdown it'd be even better, as currently PyPI cannot render .md files while Github can render .rst ones just fine.It's easy to convert md to rst, e.g. with pandoc:
pandoc --from=markdown --to=rst --output=README.rst README.md
The text was updated successfully, but these errors were encountered: