summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Snapshot pre-merger changes, mostly SSL support and a few bugfixesphillip.eby2013-05-151-17/+17
* Major updates and fixes include:phillip.eby2009-10-121-2/+1
* Added 'test_runner'. (Note: this is a new feature and should notphillip.eby2008-08-211-0/+1
* Remove all references to the Cheese Shop, and switch to usingphillip.eby2007-09-041-1/+1
* Switch default package-index to cheeseshop.python.org, and make phillip.eby2006-12-291-1/+1
* New installation instructions and creditsphillip.eby2006-12-291-17/+17
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedphillip.eby2006-09-221-6/+6
* Backport pkgutil, pydoc, and doctest from the 2.5 trunk to setuptools phillip.eby2006-04-181-5/+5
* First round of prepping setuptools for inclusion in Python 2.5: move phillip.eby2006-04-141-15/+15
* Bump trunk version # to 0.7a1.dev, and clear out old version history phillip.eby2006-04-141-1/+1
* Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.phillip.eby2006-03-301-1/+1
* Added ``test_loader`` keyword to support custom test loaders.phillip.eby2006-03-291-22/+22
* Added ``setuptools.file_finders`` entry point group to allow implementingphillip.eby2006-03-291-3/+3
* Implement dependency_links feature, courtesy of Tres Seaver's rough phillip.eby2006-03-291-4/+4
* Enhanced test loader to scan packages as well as modules, and callphillip.eby2006-03-281-1/+1
* Added ``easy_install-N.N`` script(s) for convenience when using multiplephillip.eby2006-03-201-4/+4
* bump version #phillip.eby2006-02-211-1/+1
* Bump version number to start the 0.6a10dev cycle.phillip.eby2006-01-051-1/+1
* Fix typo. :(phillip.eby2005-12-201-1/+1
* Changes so that upgrading an existing setuptools to a developmentphillip.eby2005-12-201-6/+6
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing you phillip.eby2005-12-151-2/+2
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesphillip.eby2005-11-191-14/+14
* Added the ``include_package_data`` keyword to ``setup()``, allowing you tophillip.eby2005-11-181-2/+2
* Bump version number to begin the 0.6a9 developent cyclephillip.eby2005-11-181-1/+1
* Switch setuptools to use 'dev-rNNNN' version tags by default, and configurephillip.eby2005-11-031-1/+1
* 0.6a7 bugfix releasephillip.eby2005-11-021-2/+2
* Prep for 0.6a6 release.pje2005-10-171-1/+1
* Significantly enhanced support and docs for "non-root" installation,pje2005-10-171-1/+1
* 0.6a5 brown bag bug fix release.pje2005-09-291-1/+1
* Bugfixes. :(pje2005-09-291-1/+1
* 0.6a4 bugfix release.pje2005-09-261-1/+1
* 0.6a3 release.pje2005-09-241-1/+1
* Improve backward compatibility, so that users running easy_install.py orpje2005-09-241-6/+6
* setuptools 0.6a2 releasepje2005-09-181-1/+1
* Added support to solve the infamous "we want .py on Windows, nopje2005-09-171-5/+46
* Bump release version to 0.6a1. Fix a minor cosmetic issue on certainpje2005-08-221-1/+1
* Allow distutils extensions to define new kinds of metadata that can bepje2005-08-061-22/+14
* Enhanced setuptools infrastructure to support distutils extensions thatpje2005-08-061-2/+10
* Misc. bugs reported by Ian Bicking and Ashley Walsh.pje2005-07-311-1/+1
* Implement "entry points" for dynamic discovery of drivers and plugins.pje2005-07-241-10/+10
* Massive API refactoring; see setuptools.txt changelog for details. Also,pje2005-07-181-1/+1
* prep for 0.5a13 releasepje2005-07-161-1/+1
* Prep for 0.5a12 release; update docs.pje2005-07-131-1/+1
* Fixed not being able to use python -m easy_install.pje2005-07-121-1/+1
* Fix breakage of the "develop" command that was caused by the addition ofpje2005-07-121-1/+1
* Bump version #.pje2005-07-121-1/+1
* Fix bugs and implement features reported/requested by folks on thepje2005-07-121-1/+1
* Update to 0.5a9, add zip_safe flag, and fix a doc error.pje2005-07-111-2/+2
* Remove old-style requirements from setup.py, to avoid confusing people whopje2005-07-091-9/+9
* Doc and other updates for 0.5a8 release. Add project aliases for sourcepje2005-07-081-2/+2