diff options
author | gbrandl <devnull@localhost> | 2007-10-21 13:56:46 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-10-21 13:56:46 +0200 |
commit | a1250b0fa48fd1a7809c1605c70917df600be8cb (patch) | |
tree | 5511a66926b242104be653201450695ce1d7e9b2 /pygments/__init__.py | |
parent | aa211c45dcf5b1777627774722c2d2dbdc0ef17b (diff) | |
download | pygments-a1250b0fa48fd1a7809c1605c70917df600be8cb.tar.gz |
Better mercurial <-> setuptools interaction.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r-- | pygments/__init__.py | 4 |
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. """ |