summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-10/+10
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-1/+1
* prep for 0.5a13 releasePJ Eby2005-07-161-1/+1
* Prep for 0.5a12 release; update docs.PJ Eby2005-07-131-1/+1
* Fixed not being able to use python -m easy_install.PJ Eby2005-07-121-1/+1
* Fix breakage of the "develop" command that was caused by the addition ofPJ Eby2005-07-121-1/+1
* Bump version #.PJ Eby2005-07-121-1/+1
* Fix bugs and implement features reported/requested by folks on thePJ Eby2005-07-121-1/+1
* Update to 0.5a9, add zip_safe flag, and fix a doc error.PJ Eby2005-07-111-2/+2
* Remove old-style requirements from setup.py, to avoid confusing people whoPJ Eby2005-07-091-9/+9
* Doc and other updates for 0.5a8 release. Add project aliases for sourcePJ Eby2005-07-081-2/+2
* Partial first draft documentation for setuptools. Split revision historyPJ Eby2005-07-081-16/+16
* Add upload support to setuptools, and make default downloads of setuptoolsPJ Eby2005-07-071-3/+3
* Bump release versionPJ Eby2005-07-071-1/+1
* Bump version to 0.5a5.PJ Eby2005-07-061-1/+1
* Made ``easy_install`` a standard ``setuptools`` command, moving it fromPJ Eby2005-07-061-1/+1
* EasyInstall/setuptools 0.5a4: significant new features, including automaticPJ Eby2005-06-271-2/+2
* 0.5a3 bugfix releasePJ Eby2005-06-251-2/+2
* Add support for installing from .win32.exe's created by distutils (byPJ Eby2005-06-151-1/+1
* Bump version # for release.PJ Eby2005-06-141-1/+1
* Update to version 0.4a3PJ Eby2005-06-141-1/+1
* Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.PJ Eby2005-06-121-5/+5
* Add script installation support. Use distutils' exceptions for optionPJ Eby2005-06-121-3/+3
* Update distribution metadata so 'setup.py register' works; add 'extra_path'PJ Eby2005-06-061-4/+58
* Update docs for PyPI support, prep for 0.4a1 releasePJ Eby2005-06-051-1/+1
* Fix a minor problem with -b option, and prep for 0.3a4 release.PJ Eby2005-06-041-1/+1
* Release 0.3a3PJ Eby2005-05-311-2/+2
* Bump version to 0.3a2 for releasePJ Eby2005-05-291-1/+1
* Add "easy_install" script that downloads distutils source (or .egg files)PJ Eby2005-05-291-2/+3
* Remove setuptools_boot.py, as it can now be trivially replaced by includingPJ Eby2005-04-031-1/+1
* Add a working pkg_resources implementation that handles extraction andPJ Eby2005-03-231-1/+1
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-201-1/+7
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+21