summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* starting 0.6.3 developmenttarek2009-09-261-1/+1
* removed the salesy descriptiontarek2009-09-261-2/+2
* Name changes of the parameters.Lennart Regebro2009-09-221-3/+3
* Works with zope.interface now.Lennart Regebro2009-09-181-14/+16
* Merge upstream changes.Martin v. Löwis2009-09-131-4/+5
|\
| * Merge upstream changes.Martin v. Löwis2009-09-131-4/+5
| |\
| | * better marker for easy_install detectiontarek2009-09-111-4/+5
* | | Fix processing of command line option.Martin v. Löwis2009-09-131-1/+1
* | | Add convert_doctests_2to3.Martin v. Löwis2009-09-131-0/+1
|/ /
* | Run 2to3 on doctest source.Martin v. Löwis2009-09-121-4/+5
* | Run 2to3 for api_tests.txt.Martin v. Löwis2009-09-121-0/+6
* | Support 3.x by copying all source files first and applying 2to3 to it.Martin v. Löwis2009-09-121-0/+22
|/
* starting 0.6.2tarek2009-09-081-1/+1
* easy_install Distribute now calls the setuptools fake machinery fixes #40tarek2009-09-081-2/+10
* added change note + raise versiontarek2009-08-251-1/+1
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-2/+2
* Fix py3k compatibility issue and two typosagronholm2009-08-061-3/+4
* renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filenametarek2009-08-041-2/+2
* added a post install function that ensures setuptools is faked even if not pr...tarek@MacZiade-2.local2009-08-041-3/+8
* using boostrap.py name for ez_setup.py because that is what it istarek2009-07-221-1/+1
* hooked the patching code into setup.pytarek2009-07-221-0/+6
* Include our own minimal changelog into the long description for everyone to m...Hanno Schlichting2009-07-171-1/+1
* Added the new author: The fellowship of the packaging ;)Hanno Schlichting2009-07-161-1/+1
* Update setup.py - note new download location, update dev status to stable and...Hanno Schlichting2009-07-161-30/+2
* changed target version : 0.6c9 -> 0.6Tarek Ziadé2009-07-161-1/+1
* changed name and authorTarek Ziadé2009-07-161-2/+2
* Bump versionPJ Eby2008-02-151-1/+1
* Bump version.PJ Eby2007-09-261-1/+1
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-041-1/+1
* bump versionPJ Eby2007-05-311-1/+1
* Bump to 0.6c6. :(PJ Eby2007-01-091-1/+1
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-1/+1
* Switch default package-index to cheeseshop.python.org, and makePJ Eby2006-12-291-1/+1
* New installation instructions & credits (backport from trunk)PJ Eby2006-12-291-21/+21
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-5/+5
* Bump version #'s to 0.6c4PJ Eby2006-09-211-1/+1
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-5/+5
* Bump revision to start work on 0.6c3PJ Eby2006-09-171-1/+1
* bump version number to 0.6c2.devPJ Eby2006-07-211-1/+1
* Bump version #PJ Eby2006-07-111-1/+1
* Bump version # to 0.6b4 - although it might really be 0.6c1PJ Eby2006-06-151-1/+1
* Bump version to 0.6b3PJ Eby2006-06-071-1/+1
* Bump version for development of 0.6b2PJ Eby2006-05-231-1/+1
* Creating a branch for the "stable" 0.6 development line of setuptools,PJ Eby2006-04-141-1/+1
* Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.PJ Eby2006-03-301-1/+1
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-22/+22
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-3/+3
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-4/+4
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-1/+1
* Added ``easy_install-N.N`` script(s) for convenience when using multiplePJ Eby2006-03-201-4/+4