[New-bugs-announce] [issue2946] setuptools: bdist_wininst adds duplicate entry to dist_files

Hartmut Goebel report at bugs.python.org
Thu May 22 17:00:58 CEST 2008


New submission from Hartmut Goebel <htgoebel at users.sourceforge.net>:

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 fixed for automated upload of files using
<http://origo-submit.origo.ethz.ch>;.

Enclosed please find a simple package to show the bug. Just run

   python setup.py bdist_wininst

this shows one entry. Now run

   python setup-setuptools.py bdist_wininst

this shows two entires.

The only difference between both setup files is wherefrom setup() is
imported.

----------
components: Distutils
files: simple-0.0.0.0.1.tar.gz
messages: 67193
nosy: htgoebel
severity: normal
status: open
title: setuptools: bdist_wininst adds duplicate entry to dist_files
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file10404/simple-0.0.0.0.1.tar.gz

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2946>
__________________________________


More information about the New-bugs-announce mailing list