summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-17 12:39:43 +0200
committerGeorg Brandl <georg@python.org>2009-05-17 12:39:43 +0200
commitd5951b379205d80c355acd30e23b4d94004cadee (patch)
treefa24471c7dfabae924c43d24dca2e301e968d6b3 /setup.py
parent34834420ca92aa5a08f226871123a18a7b62f986 (diff)
downloadsphinx-d5951b379205d80c355acd30e23b4d94004cadee.tar.gz
Provide a ==dev egg link in pkg-info.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ffecc844..981270c8 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,9 @@ are already present, work fine and can be seen "in action" in the Python docs:
* Code handling: automatic highlighting using the Pygments highlighter
* Various extensions are available, e.g. for automatic testing of snippets
and inclusion of appropriately formatted docstrings.
+
+A development egg can be found `here
+<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
'''
requires = ['Pygments>=0.8', 'Jinja2>=2.1', 'docutils>=0.4']