[Distutils] Weird PyPI Behavior

Phillip J. Eby pje at telecommunity.com
Wed Jun 28 22:58:47 CEST 2006


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.



More information about the Distutils-SIG mailing list