diff options
| author | Georg Brandl <georg@python.org> | 2009-05-17 12:39:43 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-05-17 12:39:43 +0200 |
| commit | d5951b379205d80c355acd30e23b4d94004cadee (patch) | |
| tree | fa24471c7dfabae924c43d24dca2e301e968d6b3 /setup.py | |
| parent | 34834420ca92aa5a08f226871123a18a7b62f986 (diff) | |
| download | sphinx-d5951b379205d80c355acd30e23b4d94004cadee.tar.gz | |
Provide a ==dev egg link in pkg-info.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'] |
