28 Jun
2006
28 Jun
'06
1:58 p.m.
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.