This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author htgoebel
Recipients htgoebel
Date 2008-05-22.15:00:53
SpamBayes Score 0.15362918
Marked as misclassified No
Message-id <1211468458.47.0.0516095652943.issue2946@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-22 15:00:59htgoebelsetspambayes_score: 0.153629 -> 0.15362918
recipients: + htgoebel
2008-05-22 15:00:58htgoebelsetspambayes_score: 0.153629 -> 0.153629
messageid: <1211468458.47.0.0516095652943.issue2946@psf.upfronthosting.co.za>
2008-05-22 15:00:56htgoebellinkissue2946 messages
2008-05-22 15:00:54htgoebelcreate