On 27-07-11 09:01, Algis Kabaila wrote:
ak@supremo:/dat/work/py3/Matrix-Algebra$ python setup.py sdist upload

What I always do is not just "sdist upload", but "sdist upload register". I think the "register" step is what you're missing.

Initially, you *need* to use register to get the package registered (and created) on pypi, afterwards you can upload. In my experience, sometimes you need to call the command twice: the first call registers the package but fails in the upload, the second call's upload succeeds.

After that, everything is rosy.



Reinout

--
Reinout van Rees                    http://reinout.vanrees.org/
[email protected]             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to