Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create PEP561 compatible typed package #68

Open
tkoft opened this issue Nov 24, 2023 · 0 comments
Open

Create PEP561 compatible typed package #68

tkoft opened this issue Nov 24, 2023 · 0 comments

Comments

@tkoft
Copy link

tkoft commented Nov 24, 2023

https://mypy.readthedocs.io/en/latest/installed_packages.html#creating-pep-561-compatible-packages

Looks like this library is typed, but sadly the package distributed to PyPI doesn't include the stubs. They have to be explicitly included in setup.py as package_data.

However, it looks like with setuptools v69, this will happen by default. So upgrading setuptools would fix this too.
pypa/setuptools#3136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant