aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-03-01 12:20:57 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-03-01 12:20:57 -0500
commit890c8b348838b24d9eaa1725dcf858021f54d88d (patch)
tree19dbaebcf6d81e6143c4bfee18282d47b6920ad5 /docs/index.txt
parent4a2bb4b699ab4e37663a216501b1ff1f6bef0ccd (diff)
downloadexternal_python_setuptools-890c8b348838b24d9eaa1725dcf858021f54d88d.tar.gz
external_python_setuptools-890c8b348838b24d9eaa1725dcf858021f54d88d.tar.bz2
external_python_setuptools-890c8b348838b24d9eaa1725dcf858021f54d88d.zip
Updated documentation to reflect merged target name, only keeping legacy references to Distribute.
--HG-- branch : Setuptools-Distribute merge extra : source : 7c68dd2a22cf2dc0ad77f1cca857736586aa5753
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt32
1 files changed, 10 insertions, 22 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 5f3b945b..21442b93 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -1,16 +1,15 @@
-Welcome to Distribute's documentation!
-======================================
+Welcome to Setuptools' documentation!
+=====================================
-`Distribute` is a fork of the `Setuptools` project.
+Setuptools is a fully-featured, actively-maintained, and stable library
+designed to facilitate packaging Python projects, where packaging includes:
-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 !
+ - Python package and module definitions
+ - Distribution package metadata
+ - Test hooks
+ - Project installation
+ - Platform-specific details
+ - Python 3 support
Documentation content:
@@ -23,14 +22,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