At 04:46 PM 6/28/2006 -0400, Jim Fulton wrote:

>If I do something like:
>
>    python2.4 setup.py register bdist_egg upload
>
>as recommended in the setuptools documentation, I end up  with 2
>"releases" in PyPi.  One has all my descriptive information and the
>other has the egg.

I've never seen this behavior myself, but I would guess that "register" and 
"upload" are disagreeing about the package version number, perhaps due to 
you having --tag-svn-revision set on your egg_info command for the bdist_egg.

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

Reply via email to