summaryrefslogtreecommitdiff
path: root/libraries/simplejson/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/simplejson/README')
-rw-r--r--libraries/simplejson/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/simplejson/README b/libraries/simplejson/README
deleted file mode 100644
index 76e0696fda..0000000000
--- a/libraries/simplejson/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Simple, fast, extensible JSON encoder/decoder for Python.
-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.