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 | |
parent | aa211c45dcf5b1777627774722c2d2dbdc0ef17b (diff) | |
download | pygments-a1250b0fa48fd1a7809c1605c70917df600be8cb.tar.gz |
Better mercurial <-> setuptools interaction.
-rw-r--r-- | pygments/__init__.py | 4 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 5 insertions, 1 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. """ @@ -1,6 +1,6 @@ [egg_info] tag_build = dev -tag_svn_revision = true +tag_date = true [aliases] release = egg_info -RDb '' |