gpoulter / python-ngram

Python Set subclass that supports searching by ngram similarity
GNU Lesser General Public License v3.0
120 stars 24 forks source link

Last package not working #16

Closed droncalveridasnano closed 3 years ago

droncalveridasnano commented 3 years ago

Hello,

Last package version 4.0.1 is not working in pipy. It seems file ngram.py is not being downloaded.

thanks.

gpoulter commented 3 years ago

I messed up the setup.cfg by omitting py_modules.

I've yanked the 4.0.0 and 4.0.1 releases, added the py_modules line, tried out a new release on the test PyPI, and uploaded a new release 4.0.3

droncalveridasnano commented 3 years ago

Thanks, it seems it works now!