summaryrefslogtreecommitdiff
path: root/setupegg.py
Commit message (Collapse)AuthorAgeFilesLines
* 3K: make setupegg.py work through imp.rgommers2010-08-201-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.cookedm2006-06-281-0/+7
The setupegg.py script can be used instead of setup.py to use setuptools.