avian2 / unidecode

ASCII transliterations of Unicode text - GitHub mirror
https://pypi.python.org/pypi/Unidecode
GNU General Public License v2.0
516 stars 62 forks source link

PyPI Wheels include `__init__.pyi` #90

Closed reytchison closed 11 months ago

reytchison commented 11 months ago

The PyPI wheels contain __init__.pyi (checked 1.3.6). Is this intended? This commit removed __init__.pyi two years ago: https://github.com/avian2/unidecode/commit/f8775394b421eaf47cb7c13eb1cc187550b3183c. It looks like the file is for type annotations, but type annotations have since been added in __init__.py. Thank you!

avian2 commented 11 months ago

It's a bug. Thanks for reporting.

Apparently my release script doesn't sufficiently clean the build directory.

I will release 1.3.7 soon and fix this.

avian2 commented 11 months ago

Unidecode 1.3.7 is on PyPi now.