aboutsummaryrefslogtreecommitdiff
path: root/python/python-cluster/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-03 06:48:50 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-05-03 01:49:57 -0500
commitb7c28a1972b5126ca59419054b2674bfec64a4a2 (patch)
tree13d202f941d3d0d9c5c3bea99f07ccd04ad07090 /python/python-cluster/README
parentd15c7e724952d7bc3c562e29f44e61fddc69d8fd (diff)
python/python-cluster: Renamed python2-cluster.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python-cluster/README')
-rw-r--r--python/python-cluster/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-cluster/README b/python/python-cluster/README
deleted file mode 100644
index a074818a16..0000000000
--- a/python/python-cluster/README
+++ /dev/null
@@ -1,3 +0,0 @@
-python-cluster is a package that allows grouping a list of arbitrary objects
-into related groups (clusters). Simply give it a list of data and a function
-to determine the similarity between two items and you're done.