From pfeldman at verizon.net Fri Dec 11 19:05:13 2009 From: pfeldman at verizon.net (Dr. Phillip M. Feldman) Date: Fri, 11 Dec 2009 18:05:13 -0000 Subject: [Doc-SIG] better documentation on how to upload to PyPI Message-ID: <26748865.post@talk.nabble.com> The procedure for uploading to PyPI is not well documented. I had to read several different docs and do some experimentation before coming up with the following: Procedure for uploading to the Python Package Index (PyPI): 1. Create setup.py file. 2. Create ".pypirc" file if it does not already exist. 3. Launch IPython. 4. Issue the command "run setup register" 5. Issue the command "run setup sdist upload". 6. Log into PyPI and adjust visibility of old versions as necessary. I'd like to see this list of steps (or something similar) in the docs. -- View this message in context: http://old.nabble.com/better-documentation-on-how-to-upload-to-PyPI-tp26748865p26748865.html Sent from the Python - doc-sig mailing list archive at Nabble.com.