wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

gen_pyi.py not in tar ball from PyPI #204

Closed ickc closed 3 years ago

ickc commented 3 years ago

MWE:

wget https://pypi.io/packages/source/d/data-science-types/data-science-types-0.2.21.tar.gz
tar -xvf data-science-types-0.2.21.tar.gz
tree

and you can see that gen_pyi.py is not there. However, setup.py calls it so it fails.

tmke8 commented 3 years ago

Huh, do you happen to know how to include it there?

ickc commented 3 years ago

I believe #205 will solve this.