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

[Feature request] Add py.typed marker #98

Open
drewsilcock opened this issue Dec 13, 2022 · 0 comments
Open

[Feature request] Add py.typed marker #98

drewsilcock opened this issue Dec 13, 2022 · 0 comments

Comments

@drewsilcock
Copy link

This package has type hints, but none of them are available to codebases using this package as the py.typed marker is not present. All you need to do is add an empty file called py.typed and all library users can enjoy the benefits of seeing the type hints inside the library. You may also need to update the setup.cfg to ensure the py.typed file is included in the package bundle.

See: https://peps.python.org/pep-0561/#packaging-type-information

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