summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-30 11:38:54 +0100
committergbrandl <devnull@localhost>2006-10-30 11:38:54 +0100
commit9750880c152d3170d5f41de4892bed9bfc434695 (patch)
tree3d8d12633db948403aa654db896830946b618ecd
parent02297b97d1d2aa9ef686e4e33446a87dcb47c856 (diff)
downloadpygments-9750880c152d3170d5f41de4892bed9bfc434695.tar.gz
[svn] Add ==dev download URL.0.5
-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.