jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.04k stars 157 forks source link

Add type annotations #132

Closed layday closed 3 years ago

layday commented 3 years ago

wheel does not read from MANIFEST.in - the stub and marker files need to also be added as package_data in setup.py.

jamesturk commented 3 years ago

👍 thanks for this, looks good to me though I'll admit I haven't done much with typing in Python