summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/simplejson/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/simplejson/README b/python/simplejson/README
index 76e0696fda..8abe9b51e7 100644
--- a/python/simplejson/README
+++ b/python/simplejson/README
@@ -3,5 +3,3 @@ simplejson is a simple, fast, complete, correct and extensible
JSON <http://json.org> encoder and decoder for Python 2.4+.
It is pure Python code, but includes an optional C extension
for a serious speed boost.
-
-Requires pysetuptools.