summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | starting 0.6.22 devTarek Ziade2011-08-201-1/+1
| | |
* | | Bumped revisionJason R. Coombs2011-08-181-1/+1
| |/ |/|
* | starting 0.6.20Tarek Ziade2011-06-021-1/+1
| |
* | starting 0.6.19Tarek Ziade2011-06-011-1/+1
| |
* | starting 0.6.18Tarek Ziade2011-05-301-1/+1
| |
* | Support DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT environmentArfrever Frehtes Taifersar Arahesis2011-05-221-5/+5
| | | | | | | | variable to allow to disable installation of easy_install-${version} script.
* | Bumped working revisions to 0.6.17Jason R. Coombs2011-04-301-1/+1
| |
* | Bumped version numbers to 0.6.16Jason R. Coombs2011-03-151-1/+1
| | | | | | | | Updated copyright to include 2010,2011.
* | 0.6.15 is startingTarek Ziade2010-07-151-1/+1
| |
* | starting 0.6.14Tarek Ziade2010-05-311-1/+1
| |
* | changed test locally so distribute.egg-info/entry_points.txt is not changed ↵Tarek Ziade2010-05-251-0/+34
| | | | | | | | when running tests
* | raised the revisionTarek Ziade2010-05-061-1/+1
| |
* | starting 0.6.12Tarek Ziade2010-05-061-1/+1
| |
* | --help install command no longer tries to install fixes #121nibrahim2010-02-221-1/+3
| |
* | starting 0.6.11tarek2009-12-121-1/+1
| |
* | starting 0.6.10 developmenttarek2009-12-121-1/+1
| |
* | setup.py doesn't try to convert distribute_setup.py anymore. fixes #87tarek2009-11-111-1/+2
| |
* | added missing entry point that was added in setuptools 0.6c11tarek2009-11-031-0/+1
| |
* | started 0.6.9tarek2009-11-011-1/+1
| |
* | Fixed typo in code for DONT_PATCH_SETUPTOOLS environment markerJannis Leidel2009-11-011-1/+1
| |
* | started 0.6.8tarek2009-11-011-1/+1
| |
* | added DONT_PATCH_SETUPTOOLS environment markertarek2009-10-271-0/+2
| |
* | Readded the custom build_py command for safely upgrading from older ↵agronholm2009-10-201-0/+22
| | | | | | | | distribute versions
* | Merge with aadeea4644ffb5e0ba24865151dd9315fb961cf1agronholm2009-10-201-2/+2
|\ \
| * | avoid a bootstrapping issue with easy_install -U. Fixes #72tarek2009-10-181-0/+6
| | |
| * | starting 0.6.7tarek2009-10-161-1/+1
| | |
| * | change home urltarek2009-10-161-1/+1
| | |
* | | Reversing patch for 64-bit Windows script launcher, applied PJE's simpler ↵agronholm2009-10-201-30/+0
|/ / | | | | | | solution instead
* | starting 0.6.6tarek2009-10-151-1/+1
| |
* | Now cli.exe and gui.exe are generated at build time - win_script_wrapper.txt ↵tarek2009-10-141-4/+32
| | | | | | | | covers this case - refs #65
* | Detecting buildout by looking in os.environ['_'] to see if it is a buildoutReinout van Rees2009-10-131-0/+9
| | | | | | | | | | command. If that is the case: do not fake setuptools, just let yourself be installed as a buildout-managed egg.
* | starting 0.6.5tarek2009-10-111-1/+1
| |
* | Add the Python 3 classifier to make distribute visible on the Python 3 ↵agronholm2009-10-051-0/+1
| | | | | | | | packages list on PyPI
* | some function don't need public exposition + fixed the os.curdir bug that ↵tarek2009-09-271-4/+4
| | | | | | | | was breaking use_setuptools
* | starting 0.6.4tarek2009-09-271-1/+1
| |
* | 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
| |