summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-10-21 13:56:46 +0200
committergbrandl <devnull@localhost>2007-10-21 13:56:46 +0200
commita1250b0fa48fd1a7809c1605c70917df600be8cb (patch)
tree5511a66926b242104be653201450695ce1d7e9b2 /pygments/__init__.py
parentaa211c45dcf5b1777627774722c2d2dbdc0ef17b (diff)
downloadpygments-a1250b0fa48fd1a7809c1605c70917df600be8cb.tar.gz
Better mercurial <-> setuptools interaction.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index d9788de4..5482b0b6 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -16,6 +16,10 @@
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!
+ The `Pygments tip`_ is installable with ``easy_install Pygments==dev``.
+
+ .. _Pygments tip: http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev
+
:copyright: 2006-2007 by Georg Brandl, Armin Ronacher and others.
:license: BSD, see LICENSE for more details.
"""