Provide a ==dev egg link in pkg-info.

This commit is contained in:
Georg Brandl 2009-05-17 12:39:43 +02:00
parent c0e848f0db
commit 724d8c81d1

View File

@ -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']