diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 23:53:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 12:38:39 +0700 |
commit | ed66d5994a623d7eb1fbbc7fb9a94be72784de87 (patch) | |
tree | 7dc5c104d9c68b96302fab718f5b58757db7826a /python/Whoosh/README | |
parent | de0d81ff8c737e30907d155851d4b45aea39438c (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/README | 6 |
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. |