[issue2946] setuptools: bdist_wininst adds duplicate entry to dist_files

2008-05-23 Thread Martin v. Löwis
Changes by Martin v. Löwis <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed versions: +3rd party -Python 2.5 __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2946] setuptools: bdist_wininst adds duplicate entry to dist_files

2008-05-23 Thread Hartmut Goebel
Hartmut Goebel <[EMAIL PROTECTED]> added the comment: Yes. I've coincidently found the setptools bugtracker today and filed a bug-report there. Please Close. __ Tracker <[EMAIL PROTECTED]> __

[issue2946] setuptools: bdist_wininst adds duplicate entry to dist_files

2008-05-22 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Is that a bug in setuptools? If so, don't report it here - setuptools is a separate project, not part of the core Python (bdist_wininst is part of distutils). -- nosy: +loewis __ Tracker <[EMAIL PROTE

[issue2946] setuptools: bdist_wininst adds duplicate entry to dist_files

2008-05-22 Thread Hartmut Goebel
New submission from Hartmut Goebel <[EMAIL PROTECTED]>: In setuptools 0.6c8 has a bug in bdist_wininst: Distribution files are listed twice ``distribution.dist_files``. This hinders developing tools which use this data. In addition ``upload`` will upload the file twice to pypi. I need this bug