How to set up documentation on the PYPI home page for a project?

I would like to add the main documentation content to the first page of the PYPI of my module, for example, here: http://pypi.python.org/pypi/Jinja2 .

The askbot download page currently has a default view and does not have much useful information, how can I add it? That is, what parts of the distribution package files / which file need to be edited?

Thank!

+5
source share
2 answers

You looked: http://pypi.python.org/pypi/an_example_pypi_project

PyPI "long_description" ReStructuredText. , .

+5

, "" .

reStructuredText , : http://docutils.sourceforge.net/rst.html

+1

All Articles