diff --git a/setup.py b/setup.py index ffecc8444..981270c88 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 +`_. ''' requires = ['Pygments>=0.8', 'Jinja2>=2.1', 'docutils>=0.4']