aboutsummaryrefslogtreecommitdiff
path: root/python/python2-mistune/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-mistune/README')
-rw-r--r--python/python2-mistune/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/python2-mistune/README b/python/python2-mistune/README
deleted file mode 100644
index 342a27b08a..0000000000
--- a/python/python2-mistune/README
+++ /dev/null
@@ -1,8 +0,0 @@
-Mistune is a markdown parser in pure Python.
-
-It has the following features:
- * Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
- * Very Fast. It is the fastest in all pure Python markdown parsers.
- * More Features. Table, footnotes, autolink, fenced code etc.
-
-This is the python2 only package.