aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | change home urltarek2009-10-161-1/+1
|/ | | | | | --HG-- branch : distribute extra : rebase_source : f27d75ac7caf74c1a2cb18bb27fdc1eff50413f5
* starting 0.6.6tarek2009-10-151-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 15b88555dec253c490ee91a6e71ec1c945fdf6b0
* 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 --HG-- branch : distribute extra : rebase_source : 940bcb596a59153bc62056328b75cb670fa44273
* 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. --HG-- branch : distribute extra : rebase_source : 03ae13a4b93098ba76b971f26a01070ad47e361a
* starting 0.6.5tarek2009-10-111-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 6925947fb2b7beef652eef8a2683cae710f46e58
* Add the Python 3 classifier to make distribute visible on the Python 3 ↵agronholm2009-10-051-0/+1
| | | | | | | | packages list on PyPI --HG-- branch : distribute extra : rebase_source : c4d4ddf6dce9ae7938bd4c017aa261bf5ceef364
* some function don't need public exposition + fixed the os.curdir bug that ↵tarek2009-09-271-4/+4
| | | | | | | | was breaking use_setuptools --HG-- branch : distribute extra : rebase_source : 20788bf4396fabb49e7292611f1125bf2bdc2b29
* starting 0.6.4tarek2009-09-271-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : c36bab6b9c5d0134caef0a0cbf7cdbe79ec781d7
* starting 0.6.3 developmenttarek2009-09-261-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 2854b62a13986569c1ad9773c54c73eb62025f70
* removed the salesy descriptiontarek2009-09-261-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 3382727121c2d8c2c07d464556803077e2b257e8
* Name changes of the parameters.Lennart Regebro2009-09-221-3/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
* Works with zope.interface now.Lennart Regebro2009-09-181-14/+16
| | | | | | --HG-- branch : distribute extra : rebase_source : c8cd9fd837bbac96c8949f0015d84051bd8ab5c7
* Merge upstream changes.Martin v. Löwis2009-09-131-4/+5
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d68cc866146d65e1951fe88f526f94a64f17b1da
| * Merge upstream changes.Martin v. Löwis2009-09-131-4/+5
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4f43f59bf581c692bfbe4b45a8567b089fa0173a
| | * better marker for easy_install detectiontarek2009-09-111-4/+5
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2119ce08a6104dd1269137a28044684db358d402
* | | Fix processing of command line option.Martin v. Löwis2009-09-131-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 43939b482ba840e06b03bf7a9888d8aed3805cec
* | | Add convert_doctests_2to3.Martin v. Löwis2009-09-131-0/+1
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 38832a69542ff3b96c403b32ec5b3663b08a61d0
* | Run 2to3 on doctest source.Martin v. Löwis2009-09-121-4/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6aeab2a32858c08883afcfd1f84ef8186083513f
* | Run 2to3 for api_tests.txt.Martin v. Löwis2009-09-121-0/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6249f2963461f6ada86facedbdd89b8fe2eb9e1a
* | Support 3.x by copying all source files first and applying 2to3 to it.Martin v. Löwis2009-09-121-0/+22
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 410751a3a22e1b7f8830e360f39115c45c8d92eb
* starting 0.6.2tarek2009-09-081-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : de67d8e28de624925d10501b025f046075d84114
* easy_install Distribute now calls the setuptools fake machinery fixes #40tarek2009-09-081-2/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : abcd8e82c2de583da133b160ba9e31248d5ae264
* added change note + raise versiontarek2009-08-251-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : dbba2f1fa3d5292746b9605a906e67c9373c7910
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
* Fix py3k compatibility issue and two typosagronholm2009-08-061-3/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : d53588531098e31e910e64063c0d1b927fa33b11
* renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filenametarek2009-08-041-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : b784247763e9f8814d70ba9ffcf07ceab02a3ba4
* added a post install function that ensures setuptools is faked even if not ↵tarek@MacZiade-2.local2009-08-041-3/+8
| | | | | | | | previously present --HG-- branch : distribute extra : rebase_source : 3254ab2ca1f771dd24a6d93a28ca87ca375fe65b
* using boostrap.py name for ez_setup.py because that is what it istarek2009-07-221-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd
* hooked the patching code into setup.pytarek2009-07-221-0/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 8e77b3c98ea725103494ee55ec403dc967dbb3a6
* Include our own minimal changelog into the long description for everyone to ↵Hanno Schlichting2009-07-171-1/+1
| | | | | | | | marvel at :) --HG-- branch : distribute extra : rebase_source : 0a9054bfbabcae2fcb37b6caa04461eb04cd239a
* Added the new author: The fellowship of the packaging ;)Hanno Schlichting2009-07-161-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 30fd163883b3769c573cf79cb79031d6c4d5261f
* Update setup.py - note new download location, update dev status to stable ↵Hanno Schlichting2009-07-161-30/+2
| | | | | | | | and get rid of blank lines at the end of the file. --HG-- branch : distribute extra : rebase_source : b8d7de6a90728ffd9b4aefc377faeadee0d21664
* changed target version : 0.6c9 -> 0.6Tarek Ziadé2009-07-161-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 1e6897a8ce595224a2a45cb9fab8148a24679591
* changed name and authorTarek Ziadé2009-07-161-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 412dbef22570b37faed0f8d5f5c7a5c6c86d22a3
* Bump versionPJ Eby2008-02-151-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060848
* Bump version.PJ Eby2007-09-261-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058258
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-041-1/+1
| | | | | | | | | use the Python Package Index's new simpler (and faster!) REST API. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057965
* bump versionPJ Eby2007-05-311-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055713
* Bump to 0.6c6. :(PJ Eby2007-01-091-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053326
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053317
* Switch default package-index to cheeseshop.python.org, and makePJ Eby2006-12-291-1/+1
| | | | | | | | setuptools' home page its cheeseshop page. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053196
* New installation instructions & credits (backport from trunk)PJ Eby2006-12-291-21/+21
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053176
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-5/+5
| | | | | | | | | | | to an .egg file to allow it to be run as a script on Unix-ish platforms. (This is mainly so that setuptools itself can have a single-file installer on Unix, without doing multiple downloads, dealing with firewalls, etc.) (Backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051969
* Bump version #'s to 0.6c4PJ Eby2006-09-211-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051956
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-5/+5
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935
* Bump revision to start work on 0.6c3PJ Eby2006-09-171-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051898
* bump version number to 0.6c2.devPJ Eby2006-07-211-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050758
* Bump version #PJ Eby2006-07-111-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050590
* Bump version # to 0.6b4 - although it might really be 0.6c1PJ Eby2006-06-151-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046975
* Bump version to 0.6b3PJ Eby2006-06-071-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046724