summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_egg_info.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix SF#1566719: not creating site-packages (or other target directory) whenPhillip J. Eby2006-11-101-0/+3
| | | | | installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm).
* whitespace normalisationAnthony Baxter2006-03-301-2/+2
|
* Patch #1459476: install PKG-INFO metadata alongside distutils-installed ↵Phillip J. Eby2006-03-271-0/+75
packages.