diff options
| author | Georg Brandl <georg@python.org> | 2007-09-09 10:32:22 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-09-09 10:32:22 +0200 |
| commit | 06f526b212983024e50217dcd3032c1508453e8a (patch) | |
| tree | a942b91e204e157a2111a8e61daebb5b16cdbfd5 /pygments/__init__.py | |
| parent | ccef00e137138cea17b6fbcd6b32339362ef1343 (diff) | |
| download | pygments-git-06f526b212983024e50217dcd3032c1508453e8a.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. """ |
