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...)
Hi, first of all, thanks for making this nice library!
I just saw #110 and the new release which is nice, but
mypyon my project still complains about missing type stubs orpy.typedmarker. Indeed the marker file seems missing in the PyPI source tarball or wheel. The file needs to be explicitly included in thesetup.pymachinery.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.pysetups. With Poetry it's a simpleinclude = [".../py.typed"]though...)