summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-09-09 10:32:22 +0200
committergbrandl <devnull@localhost>2007-09-09 10:32:22 +0200
commit2cd6a21a9d2f498a3afb5d7caf6da07b7e53fe68 (patch)
treea942b91e204e157a2111a8e61daebb5b16cdbfd5
parent91cde23efb12d9aaab9a1a1bc065362fd987ac23 (diff)
downloadpygments-2cd6a21a9d2f498a3afb5d7caf6da07b7e53fe68.tar.gz
Don't refer to the SVN trunk anymore. Setuptools doesn't support installing
from HG repositories yet.
-rw-r--r--LICENSE2
-rw-r--r--pygments/__init__.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 687b8482..6573f9a7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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.
"""