diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-11 04:21:57 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-11 04:21:57 +0000 |
commit | cd6fbcf869468bc61cc071b2751d858054ce8549 (patch) | |
tree | bd28e4e6ce34eff1d0b24a9aa5343f1624ef3596 /setuptools.txt | |
parent | d73eb6d059ce9ef94848b918c52453e39a0d213d (diff) | |
download | external_python_setuptools-cd6fbcf869468bc61cc071b2751d858054ce8549.tar.gz external_python_setuptools-cd6fbcf869468bc61cc071b2751d858054ce8549.tar.bz2 external_python_setuptools-cd6fbcf869468bc61cc071b2751d858054ce8549.zip |
Update to 0.5a9, add zip_safe flag, and fix a doc error.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041116
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index 83483fac..12bd0386 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -64,7 +64,7 @@ Installing ``setuptools`` ========================= Windows users can just download and run the `setuptools binary installer for -Windows <http://peak.telecommunity.com/dist/setuptools-0.5a8.win32.exe>`_. +Windows <http://peak.telecommunity.com/dist/setuptools-0.5a9.win32.exe>`_. All others should just download `ez_setup.py`_ and run it; this will download and install the appropriate egg for your Python version. @@ -1053,6 +1053,8 @@ the project's source directory or metadata should get it from this setting: no ``package_dir`` set, this option defaults to the current directory. +.. _rotate: + ``rotate`` - Delete outdated distribution files =============================================== |