Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | bootstrapping.py -> distribute_setup.py | tarek | 2009-08-08 | 1 | -2/+2 | |
| | | ||||||
* | | Fix py3k compatibility issue and two typos | agronholm | 2009-08-06 | 1 | -3/+4 | |
| | | ||||||
* | | renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filename | tarek | 2009-08-04 | 1 | -2/+2 | |
| | | ||||||
* | | added a post install function that ensures setuptools is faked even if not ↵ | tarek | 2009-08-04 | 1 | -3/+8 | |
| | | | | | | | | previously present | |||||
* | | using boostrap.py name for ez_setup.py because that is what it is | tarek | 2009-07-22 | 1 | -1/+1 | |
| | | ||||||
* | | hooked the patching code into setup.py | tarek | 2009-07-22 | 1 | -0/+6 | |
| | | ||||||
* | | Include our own minimal changelog into the long description for everyone to ↵ | Hanno Schlichting | 2009-07-17 | 1 | -1/+1 | |
| | | | | | | | | marvel at :) | |||||
* | | Added the new author: The fellowship of the packaging ;) | Hanno Schlichting | 2009-07-16 | 1 | -1/+1 | |
| | | ||||||
* | | Update setup.py - note new download location, update dev status to stable ↵ | Hanno Schlichting | 2009-07-16 | 1 | -30/+2 | |
| | | | | | | | | and get rid of blank lines at the end of the file. | |||||
* | | changed target version : 0.6c9 -> 0.6 | Tarek Ziad? | 2009-07-16 | 1 | -1/+1 | |
| | | ||||||
* | | changed name and author | Tarek Ziad? | 2009-07-16 | 1 | -2/+2 | |
|/ | ||||||
* | Bump version | PJ Eby | 2008-02-15 | 1 | -1/+1 | |
| | ||||||
* | Bump version. | PJ Eby | 2007-09-26 | 1 | -1/+1 | |
| | ||||||
* | The default ``--index-url`` is now ``http://pypi.python.org/simple``, to | PJ Eby | 2007-09-04 | 1 | -1/+1 | |
| | | | | | use the Python Package Index's new simpler (and faster!) REST API. (backport from trunk) | |||||
* | bump version | PJ Eby | 2007-05-31 | 1 | -1/+1 | |
| | ||||||
* | Bump to 0.6c6. :( | PJ Eby | 2007-01-09 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixes | PJ Eby | 2007-01-09 | 1 | -1/+1 | |
| | ||||||
* | Switch default package-index to cheeseshop.python.org, and make | PJ Eby | 2006-12-29 | 1 | -1/+1 | |
| | | | | setuptools' home page its cheeseshop page. (backport from trunk) | |||||
* | New installation instructions & credits (backport from trunk) | PJ Eby | 2006-12-29 | 1 | -21/+21 | |
| | ||||||
* | Add support for "eggsecutable" headers: a /bin/sh script that is prepended | PJ Eby | 2006-09-22 | 1 | -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) | |||||
* | Bump version #'s to 0.6c4 | PJ Eby | 2006-09-21 | 1 | -1/+1 | |
| | ||||||
* | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 1 | -5/+5 | |
| | ||||||
* | Bump revision to start work on 0.6c3 | PJ Eby | 2006-09-17 | 1 | -1/+1 | |
| | ||||||
* | bump version number to 0.6c2.dev | PJ Eby | 2006-07-21 | 1 | -1/+1 | |
| | ||||||
* | Bump version # | PJ Eby | 2006-07-11 | 1 | -1/+1 | |
| | ||||||
* | Bump version # to 0.6b4 - although it might really be 0.6c1 | PJ Eby | 2006-06-15 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 0.6b3 | PJ Eby | 2006-06-07 | 1 | -1/+1 | |
| | ||||||
* | Bump version for development of 0.6b2 | PJ Eby | 2006-05-23 | 1 | -1/+1 | |
| | ||||||
* | Creating a branch for the "stable" 0.6 development line of setuptools, | PJ Eby | 2006-04-14 | 1 | -1/+1 | |
| | | | | | so that it can continue forward to 0.6b1 and onward, while using the trunk for 0.7 development and Python 2.5 snapshots thereof. | |||||
* | Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1. | PJ Eby | 2006-03-30 | 1 | -1/+1 | |
| | ||||||
* | Added ``test_loader`` keyword to support custom test loaders. | PJ Eby | 2006-03-29 | 1 | -22/+22 | |
| | ||||||
* | Added ``setuptools.file_finders`` entry point group to allow implementing | PJ Eby | 2006-03-29 | 1 | -3/+3 | |
| | | | | revision control plugins. | |||||
* | Implement dependency_links feature, courtesy of Tres Seaver's rough | PJ Eby | 2006-03-29 | 1 | -4/+4 | |
| | | | | draft of a patch. | |||||
* | Enhanced test loader to scan packages as well as modules, and call | PJ Eby | 2006-03-28 | 1 | -1/+1 | |
| | | | | ``additional_tests()`` if present to get non-unittest tests. | |||||
* | Added ``easy_install-N.N`` script(s) for convenience when using multiple | PJ Eby | 2006-03-20 | 1 | -4/+4 | |
| | | | | Python versions. | |||||
* | bump version # | PJ Eby | 2006-02-21 | 1 | -1/+1 | |
| | ||||||
* | Bump version number to start the 0.6a10dev cycle. | PJ Eby | 2006-01-05 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. :( | PJ Eby | 2005-12-20 | 1 | -1/+1 | |
| | ||||||
* | Changes so that upgrading an existing setuptools to a development | PJ Eby | 2005-12-20 | 1 | -6/+6 | |
| | | | | | version doesn't lose its entry points by using the already-installed setuptools as a basis for generating them. | |||||
* | Added the ``exclude_package_data`` keyword to ``setup()``, allowing you | PJ Eby | 2005-12-15 | 1 | -2/+2 | |
| | | | | | to trim back files included via the ``package_data`` and ``include_package_data`` options. | |||||
* | Added ``tests_require`` keyword to ``setup()``, so that e.g. packages | PJ Eby | 2005-11-19 | 1 | -14/+14 | |
| | | | | | requiring ``nose`` to run unit tests can make this dependency optional unless the ``test`` command is run. | |||||
* | Added the ``include_package_data`` keyword to ``setup()``, allowing you to | PJ Eby | 2005-11-18 | 1 | -2/+2 | |
| | | | | | | | automatically include any package data listed in revision control or ``MANIFEST.in``. Now projects can manage their data files and source manifests without having to maintain two ways to express the same file list. Yay! | |||||
* | Bump version number to begin the 0.6a9 developent cycle | PJ Eby | 2005-11-18 | 1 | -1/+1 | |
| | ||||||
* | Switch setuptools to use 'dev-rNNNN' version tags by default, and configure | PJ Eby | 2005-11-03 | 1 | -1/+1 | |
| | | | | | so that people can use 'ez_setup.py setuptools==dev' to fetch the latest in-development version. | |||||
* | 0.6a7 bugfix release | PJ Eby | 2005-11-02 | 1 | -2/+2 | |
| | ||||||
* | Prep for 0.6a6 release. | PJ Eby | 2005-10-17 | 1 | -1/+1 | |
| | ||||||
* | Significantly enhanced support and docs for "non-root" installation, | PJ Eby | 2005-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | including both "virtual" and PYTHONPATH-based installs. The activation precedence of distributions has also changed so that PYTHONPATH-based non-root installs can include eggs that override system-defined packages (whether managed or unmanaged). This version should eliminate most common installation complaints from non-root Python users. Note: this version includes a hacked 'site.py' to support processing .pth files in directories that come *before* site-packages on sys.path. However, because of its placement, it should only come into play when a user puts the setuptools .egg file *directly* on PYTHONPATH, so it doesn't affect "virtual" or "root" installations. It's strictly to provide support for luddites who refuse to give up their existing non-root PYTHONPATH setup unless you pry it from their cold, dead hands. :) | |||||
* | 0.6a5 brown bag bug fix release. | PJ Eby | 2005-09-29 | 1 | -1/+1 | |
| | ||||||
* | Bugfixes. :( | PJ Eby | 2005-09-29 | 1 | -1/+1 | |
| | ||||||
* | 0.6a4 bugfix release. | PJ Eby | 2005-09-26 | 1 | -1/+1 | |
| |