roy-ht / editdistance

Fast implementation of the edit distance(Levenshtein distance)
MIT License
661 stars 62 forks source link

PyPI .tar.gz missing editdistance/bycython.pyx #105

Open meyersbs opened 1 year ago

meyersbs commented 1 year ago

The .tar.gz for v0.6.2 on PyPI is missing the editdistance/bycython.pyx file, so it can't be installed from there. The .tar.gz linked in the GitHub Release has that file.

mhsmith commented 2 weeks ago

It looks like this has been fixed in version 0.8.1; can the issue be closed?