summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 43195e73..e67ae7cd 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -16,6 +16,8 @@
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!
+ The `Pygments trunk <http://trac.pocoo.org/repos/pygments/trunk#egg=Pygments-dev>`__
+ is installable via *easy_install* with ``easy_install Pygments==dev``.
:copyright: 2006 by Georg Brandl, Armin Ronacher, Lukas Meuser and others.
:license: GNU LGPL, see LICENSE for more details.