summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-021-38/+79
* Fix bootstrap loader so extracted files don't have to be on sys.path.PJ Eby2005-03-221-2/+2
* Create stub loaders for C extensions, so that the actual dynamic libraryPJ Eby2005-03-221-5/+49
* Allow user-supplied metadata from EGG-INFO.in directory (directory name canPJ Eby2005-03-211-1/+17
* Add python version to egg filename.PJ Eby2005-03-211-2/+3
* Add 'bdist_egg' command/format to allow creating "Python Eggs" (seePJ Eby2005-03-212-1/+153
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-053-83/+35
* - remove trailing blank linesFred Drake2004-04-051-3/+1
* remove trailing blank lineFred Drake2004-04-052-2/+0
* Compute command line that should be passed to child setup scripts.PJ Eby2004-03-221-2/+84
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-201-6/+61
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-197-0/+278