summaryrefslogtreecommitdiff
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
parentaa211c45dcf5b1777627774722c2d2dbdc0ef17b (diff)
downloadpygments-a1250b0fa48fd1a7809c1605c70917df600be8cb.tar.gz
Better mercurial <-> setuptools interaction.
-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 ''