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 alexis
Recipients Peter.Waller, alexis, carljm, eric.araujo, higery, meatballhat, michael.mulich, tarek
Date 2011-08-18.15:12:23
SpamBayes Score 1.7097083e-05
Marked as misclassified No
Message-id <1313680343.95.0.836244097046.issue8668@psf.upfronthosting.co.za>
In-reply-to
Content
_run_setuptools_install is only intended to support setuptools setup.py, converting .egg-info to .dist-info, internally. IMO, you should not care about the differences between setuptools/distutils1/setuptools at this level, as it should be taken care at the install level.

When installing old setuptools-based setup.py, the .egg-info should be gone, replaced by a shiny new .dist-info folder. I'm not sure why you're talking about it in the context of develop, can you clarify this?
History
Date User Action Args
2011-08-18 15:12:24alexissetrecipients: + alexis, tarek, carljm, eric.araujo, meatballhat, Peter.Waller, michael.mulich, higery
2011-08-18 15:12:23alexissetmessageid: <1313680343.95.0.836244097046.issue8668@psf.upfronthosting.co.za>
2011-08-18 15:12:23alexislinkissue8668 messages
2011-08-18 15:12:23alexiscreate