diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-25 13:14:22 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-25 13:14:22 -0400 |
| commit | 3107798b73472099eab7b2e63983906edf546898 (patch) | |
| tree | 1eaad5d46629af2c3c925f1f73811b789c719913 | |
| parent | d19a508528b019abbd41e88fa823677ae2f60560 (diff) | |
| parent | 76f628ffc58098870233d90e64cd26d2e135adcc (diff) | |
| download | external_python_setuptools-3107798b73472099eab7b2e63983906edf546898.tar.gz external_python_setuptools-3107798b73472099eab7b2e63983906edf546898.tar.bz2 external_python_setuptools-3107798b73472099eab7b2e63983906edf546898.zip | |
Merge
--HG--
branch : distribute
| -rw-r--r-- | docs/index.txt | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/docs/index.txt b/docs/index.txt index 5f3b945b..f3aa78d1 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -1,16 +1,13 @@ Welcome to Distribute's documentation! ====================================== -`Distribute` is a fork of the `Setuptools` project. +`Distribute` is a deprecated fork of the `Setuptools` project. -Distribute is intended to replace Setuptools as the standard method for -working with Python module distributions. - -For those who may wonder why they should switch to Distribute over Setuptools, it’s quite simple: - -- Distribute is a drop-in replacement for Setuptools -- The code is actively maintained, and has over 10 commiters -- Distribute offers Python 3 support ! +Since the Setuptools 0.7 release, Setuptools and Distribute have merged +and Distribute is no longer being maintained. This documentation is kept here +for posterity, but all ongoing effort should reference the +`Setuptools project <https://bitbucket.org/pypa/setuptools>`_ and the +`Setuptools documentation <https://pythonhosted.org/setuptools>`_. Documentation content: @@ -23,14 +20,3 @@ Documentation content: setuptools easy_install pkg_resources - - -.. image:: http://python-distribute.org/pip_distribute.png - -Design done by Idan Gazit (http://pixane.com) - License: cc-by-3.0 - -Copy & paste:: - - curl -O http://python-distribute.org/distribute_setup.py - python distribute_setup.py - easy_install pip
\ No newline at end of file |
