Check this tutorial
http://wiki.python.org/moin/CheeseShopTutorial

The general flow
1. Register your account on PyPi - 
http://pypi.python.org/pypi?%3Aaction=register_form
2. 'register' the package with pypi:  `python setup.py register`
3. 'upload' the package : `python setup.py sdist upload'

whenever you have updates , you just do step 3

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to