summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-25 13:09:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-25 13:09:07 -0400
commit76f628ffc58098870233d90e64cd26d2e135adcc (patch)
tree120fd939771499ef7ef1c68a732575fd44c0f51a
parent33e77c0d445a36a29695575484ec85acc87678e6 (diff)
downloadpython-setuptools-git-76f628ffc58098870233d90e64cd26d2e135adcc.tar.gz
Updated distribute documentation home page to indicate the deprecation and provide links to the newer hotness. Fixes Distribute #384.
--HG-- branch : distribute
-rw-r--r--docs/index.txt26
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