Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3K: make setupegg.py work through imp. | rgommers | 2010-08-20 | 1 | -1/+18 |
| | | | | | Necessary because execfile() has disappeared in py3k. None of this works with bdist_mpkg at the moment, but that's a separate problem. | ||||
* | Don't import setuptools by default, but do use it if it has been imported. | cookedm | 2006-06-28 | 1 | -0/+7 |
The setupegg.py script can be used instead of setup.py to use setuptools. |