From a630805b575a36c85b9c39293e6e33ab01c73c56 Mon Sep 17 00:00:00 2001 From: Lars Buitinck Date: Fri, 22 Nov 2013 17:21:35 +0100 Subject: [PATCH] credit where it's due --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8a26009..f8146cf 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,8 @@ Leven ===== Levenshtein edit distance library for Python, Apache-licensed. -Written by Lars Buitinck, Netherlands eScience Center. +Written by Lars Buitinck, Netherlands eScience Center, with contributions +from Isaac Sijaranamual, University of Amsterdam. Performs distance computations on either byte strings or Unicode codepoints.