summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-22 18:04:44 +0100
committerGeorg Brandl <georg@python.org>2014-01-22 18:04:44 +0100
commit1959d681ce28792585032a1090fe31157e8bbfa1 (patch)
tree9d23be6d4beeae786b26edab0f25e511b62d90f1 /setup.py
parentdc8c524ee1a9a9e447af7a9fe586b34ad1a851c9 (diff)
downloadsphinx-1959d681ce28792585032a1090fe31157e8bbfa1.tar.gz
remove mention of development egg.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 553cf12d..876c0782 100644
--- a/setup.py
+++ b/setup.py
@@ -39,9 +39,6 @@ Among its features are the following:
* Various extensions are available, e.g. for automatic testing of snippets
and inclusion of appropriately formatted docstrings
* Setuptools integration
-
-A development egg can be found `here
-<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
'''
requires = ['Pygments>=1.2', 'docutils>=0.7']