Re: How to build and upload eggs to pypi?

2011-03-22 Thread Gabriel Genellina
On 21 mar, 08:53, morphex  wrote:
> Hi,
>
> I have a couple of project which are on PyPi, and now I'd like to
> update some of them.  Is there a good howto somewhere, showing how to
> add new versions (instead of updating one that's already there) etc?

There is a tutorial: http://wiki.python.org/moin/CheeseShopTutorial
To add a new version, simply increment the version number, and then
"python setup.py upload" should be enough.

--
Gabriel Genellina
-- 
http://mail.python.org/mailman/listinfo/python-list


How to build and upload eggs to pypi?

2011-03-21 Thread morphex
Hi,

I have a couple of project which are on PyPi, and now I'd like to
update some of them.  Is there a good howto somewhere, showing how to
add new versions (instead of updating one that's already there) etc?

-Morten
-- 
http://mail.python.org/mailman/listinfo/python-list