On Sun, Sep 22, 2013 at 2:15 PM, PJ Eby <[email protected]> wrote: > On Sun, Sep 22, 2013 at 9:01 AM, Paul G. <[email protected]> wrote: >> 1. What format should I use in my README.txt file for my package's content >> to be displayed on its package page? > > It's not the README file; it's the package's "long_description" > keyword, as specified in your setup.py setup() call. And the format > is reStructuredText
For the record, the Python documentation covers this aspect of PyPI: http://docs.python.org/distutils/packageindex.html#pypi-package-display It also includes some troubleshooting info. However, it doesn't include anything about PyPI reading README.rst, etc if long_description isn't available (which maybe should be added). --Chris _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
