`py.typed` file is not included in the package
Closed this issue · 1 comments
bennetrr commented
I use mypy for type checking in my project, and it tells me that tidalapi cannot be analyzed, because it is missing stubs or a py.typed file. I checked this repo and the file is in the source folder, but it is not included in the package build.
tehkillerbee commented
Correct, the pypi package has not yet been updated but will be updated very soon.