diff options
author | gbrandl <devnull@localhost> | 2007-09-09 10:32:22 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-09-09 10:32:22 +0200 |
commit | 2cd6a21a9d2f498a3afb5d7caf6da07b7e53fe68 (patch) | |
tree | a942b91e204e157a2111a8e61daebb5b16cdbfd5 /pygments/__init__.py | |
parent | 91cde23efb12d9aaab9a1a1bc065362fd987ac23 (diff) | |
download | pygments-2cd6a21a9d2f498a3afb5d7caf6da07b7e53fe68.tar.gz |
Don't refer to the SVN trunk anymore. Setuptools doesn't support installing
from HG repositories yet.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r-- | pygments/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index 4c9086bc..7783443e 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -16,9 +16,6 @@ * it is usable as a command-line tool and as a library * ... and it highlights even Brainfuck! - The `Pygments trunk <http://trac.pocoo.org/repos/pygments/trunk#egg=Pygments-dev>`__ - is installable via *easy_install* with ``easy_install Pygments==dev``. - :copyright: 2006-2007 by Georg Brandl, Armin Ronacher and others. :license: BSD, see LICENSE for more details. """ |