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 | |
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.
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | pygments/__init__.py | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2006 by the respective authors (see AUTHORS file).
+opyright (c) 2006 by the respective authors (see AUTHORS file).
All rights reserved.
Redistribution and use in source and binary forms, with or without
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. """ |