Showing content from http://svn.python.org/projects/python/branches/tk_and_idle_maintenance/Doc/distutils/uploading.rst below:
` or :option:`--repository= ` where *url* is the url of the server and *section* the name of the section in :file:`$HOME/.pypirc`, and :option:`--show-response` (which displays the full response text from the PyPI server for help in debugging upload problems). PyPI package display ==================== The ``long_description`` field plays a special role at PyPI. It is used by the server to display a home page for the registered package. If you use the `reStructuredText `_ syntax for this field, PyPI will parse it and display an HTML output for the package home page. The ``long_description`` field can be attached to a text file located in the package:: from distutils.core import setup setup(name='Distutils', long_description=open('README.txt')) In that case, `README.txt` is a regular reStructuredText text file located in the root of the package besides `setup.py`. To prevent registering broken reStructuredText content, you can use the :program:`rst2html` program that is provided by the `docutils` package and check the ``long_description`` from the command line:: $ python setup.py --long-description | rst2html.py > output.html `docutils` will display a warning if there's something wrong with your syntax.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4