aboutsummaryrefslogtreecommitdiff
path: root/python/Whoosh/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-08 23:53:42 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 12:38:39 +0700
commited66d5994a623d7eb1fbbc7fb9a94be72784de87 (patch)
tree7dc5c104d9c68b96302fab718f5b58757db7826a /python/Whoosh/README
parentde0d81ff8c737e30907d155851d4b45aea39438c (diff)
python/python3-whoosh: renamed from Whoosh for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Whoosh/README')
-rw-r--r--python/Whoosh/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/Whoosh/README b/python/Whoosh/README
deleted file mode 100644
index 71ca2ab096..0000000000
--- a/python/Whoosh/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Whoosh is a fast, featureful full-text indexing and searching library
-implemented in pure Python.
-Programmers can use it to easily add search functionality to their
-applications and websites.
-Every part of how Whoosh works can be extended or replaced to meet your
-needs exactly.