aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Bumped version numbers to 0.6.16Jason R. Coombs2011-03-151-1/+1
| | | | | | | | Updated copyright to include 2010,2011. --HG-- branch : distribute extra : rebase_source : b8fc0374e3cdedf002f66c6b1b1fb5e0d378323d
* 0.6.15 is startingTarek Ziade2010-07-151-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 900799106c9cd4ce9c0dc4db4c3b137147a35776
* starting 0.6.14Tarek Ziade2010-05-311-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : b9e623ce0a5b70680f18c48e1c5f64753b70d38c
* changed test locally so distribute.egg-info/entry_points.txt is not changed ↵Tarek Ziade2010-05-251-0/+34
| | | | | | | | when running tests --HG-- branch : distribute extra : rebase_source : ae42d5a7c843fb5dd3bede9ba44ece9742075cbf
* raised the revisionTarek Ziade2010-05-061-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 294117170d32ada89385db57b12e25ab2fbb8523
* starting 0.6.12Tarek Ziade2010-05-061-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 206e8a982bbd49a697579b98d6728a0a61bfd31c
* --help install command no longer tries to install fixes #121nibrahim2010-02-221-1/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 11dab4d1ff0d41ef9b7e808ce7e41592b18a7270
* starting 0.6.11tarek2009-12-121-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : e69bd36f08c0407a0e818e67e5a5b7d633182a57
* starting 0.6.10 developmenttarek2009-12-121-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 47ee1886e326219ded82d6d9fc8412bdec62e03d
* setup.py doesn't try to convert distribute_setup.py anymore. fixes #87tarek2009-11-111-1/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 4378f7defabaadaaa258eb69f07caf17569dd57a
* added missing entry point that was added in setuptools 0.6c11tarek2009-11-031-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : d238f3b7a316d271428f061cd2f40132d2a8b485
* started 0.6.9tarek2009-11-011-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 2064f9b14f740b9dbd4bcfa61584d3667471d8d2
* Fixed typo in code for DONT_PATCH_SETUPTOOLS environment markerJannis Leidel2009-11-011-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 86ce375ee0f39fed222626a77fa897eefc5f4e01
* started 0.6.8tarek2009-11-011-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 744dff4dd47fbc1c7fd8d482faa55f20f43e5843
* added DONT_PATCH_SETUPTOOLS environment markertarek2009-10-271-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 4fe53262211c90f2a90027014970f7e666de88f0
* Readded the custom build_py command for safely upgrading from older ↵agronholm2009-10-201-0/+22
| | | | | | | | distribute versions --HG-- branch : distribute extra : rebase_source : 74f1706957dbe79303581f21947d17b06b74ef61
* Merge with aadeea4644ffb5e0ba24865151dd9315fb961cf1agronholm2009-10-201-36/+0
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 71d476c0c54e5cb49de8308f658983f6343bb2d3
| * Reversing patch for 64-bit Windows script launcher, applied PJE's simpler ↵agronholm2009-10-201-30/+0
| | | | | | | | | | | | | | | | solution instead --HG-- branch : distribute extra : rebase_source : 320927dbc962a262853cae7d8b3734794bb9f21d
* | avoid a bootstrapping issue with easy_install -U. Fixes #72tarek2009-10-181-0/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 52cd3211f5233e5c08cc34c59838f0fb3b9955f1
* | starting 0.6.7tarek2009-10-161-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4445b08d41ce91b2a7c03793110b07113edd9ea
* | 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