aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-1/+1
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-211-1/+1
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-1/+1
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-10/+3
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-1/+3
* * Added "rotate" command to delete old distribution files, given a set ofPJ Eby2005-07-081-1/+1
* Added ``develop`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-1/+1
* Add 'bdist_egg' command/format to allow creating "Python Eggs" (seePJ Eby2005-03-211-1/+9
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-051-1/+1
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+11