You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, thanks for making this nice library!
I just saw #110 and the new release which is nice, but mypy on my project still complains about missing type stubs or py.typed marker. Indeed the marker file seems missing in the PyPI source tarball or wheel. The file needs to be explicitly included in the setup.py machinery.
Would someone step up and fix it? (I didn't write Python for 5+ years, so I completely forgot how to do that with traditional setup.py setups. With Poetry it's a simple include = [".../py.typed"] though...)
The text was updated successfully, but these errors were encountered:
Hi, first of all, thanks for making this nice library!
I just saw #110 and the new release which is nice, but
mypy
on my project still complains about missing type stubs orpy.typed
marker. Indeed the marker file seems missing in the PyPI source tarball or wheel. The file needs to be explicitly included in thesetup.py
machinery.Would someone step up and fix it? (I didn't write Python for 5+ years, so I completely forgot how to do that with traditional
setup.py
setups. With Poetry it's a simpleinclude = [".../py.typed"]
though...)The text was updated successfully, but these errors were encountered: