Message142332
| 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:24 | alexis | set | recipients: + alexis, tarek, carljm, eric.araujo, meatballhat, Peter.Waller, michael.mulich, higery |
| 2011-08-18 15:12:23 | alexis | set | messageid: <1313680343.95.0.836244097046.issue8668@psf.upfronthosting.co.za> |
| 2011-08-18 15:12:23 | alexis | link | issue8668 messages |
| 2011-08-18 15:12:23 | alexis | create | |