From 724d8c81d1d4539ee415d4a220bb2c96a0f2c84a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 May 2009 12:39:43 +0200 Subject: [PATCH] Provide a ==dev egg link in pkg-info. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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']