summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/__init__.py4
-rw-r--r--setup.cfg2
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.
"""
diff --git a/setup.cfg b/setup.cfg
index 909f702e..cee7e3b5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[egg_info]
tag_build = dev
-tag_svn_revision = true
+tag_date = true
[aliases]
release = egg_info -RDb ''