- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 44
Open
Labels
Description
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...)
s4n-cz, thcrt and brylie