remove references to distribute in the docs

distribute is dead, long live setuptools

Change-Id: Iedf1fafeb1178aa9e7b74d67f87c10166026820d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-06-12 11:34:46 -04:00
parent 95c749d55e
commit d4f3c49d40
2 changed files with 2 additions and 14 deletions

View File

@ -10,16 +10,7 @@ cliff is being developed under Python 2.7 and tested with Python 3.5.
Dependencies
============
cliff depends on distribute_, the updated replacement for
setuptools. If you have an older version of setuptools installed, `you
may have trouble installing cliff`_ until you upgrade or set up a
virtualenv_ using distribute instead (by using ``--use-distribute``).
.. _distribute: http://pypi.python.org/pypi/distribute
.. _you may have trouble installing cliff: https://bitbucket.org/tarek/distribute/issue/91/install-glitch-when-using-pip-virtualenv
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
cliff depends on setuptools and its pkg_resources module.
.. _install-basic:

View File

@ -246,8 +246,7 @@ output formatter and printing the data to the console.
setup.py
--------
The demo application is packaged using distribute_, the modern
implementation of setuptools.
The demo application is packaged using setuptools.
.. literalinclude:: ../../../demoapp/setup.py
:linenos:
@ -258,8 +257,6 @@ The important parts of the packaging instructions are the
command namespace so that it only loads the command plugins that it
should be managing.
.. _distribute: http://packages.python.org/distribute/
Command Extension Hooks
=======================