diff options
author | tarek <none@none> | 2009-11-18 14:48:57 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-11-18 14:48:57 +0100 |
commit | fc29160b3da4e5c53e03a50bf167ea8147cdab11 (patch) | |
tree | 440ed7b2dcdecd94f5b3187f084ed428cc00a360 /docs/index.txt | |
parent | 571304664849464344561f3a1f25453b50135759 (diff) | |
download | external_python_setuptools-fc29160b3da4e5c53e03a50bf167ea8147cdab11.tar.gz external_python_setuptools-fc29160b3da4e5c53e03a50bf167ea8147cdab11.tar.bz2 external_python_setuptools-fc29160b3da4e5c53e03a50bf167ea8147cdab11.zip |
added image and headlines
--HG--
branch : distribute
extra : rebase_source : b528a1d8ad82a3df588ba124b442ad8ada530e2a
Diffstat (limited to 'docs/index.txt')
-rw-r--r-- | docs/index.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index e64b8c88..1d3cb25e 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -1,7 +1,21 @@ Welcome to Distribute's documentation! ====================================== -Contents: +`Distribute` is a 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 ! + +.. image:: http://python-distribute.org/pip_distribute.png + + +Documentation content: .. toctree:: :maxdepth: 2 |