Python Forum

Full Version: How refresh package description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm one of the authors of the package https://pypi.python.org/pypi/ibmdbpy

I need to change the contents of the landing page that is displayed for that URL.
I thought that those contents were determined by the index.html file that is part of the package,
and that merely uploading a new package that contained an edited version of index.html would cause
the text to be updated. However, this did not work.

How do I change the contents of the landing page?
You can try to change the contents of README.rst
That seems to have done the trick. Thank you!