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

Add type marker for PEP 561 compliance #231

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Conversation

kchr
Copy link
Contributor

@kchr kchr commented Jun 1, 2024

This adds a py.typed file in the package directory, which acts as a marker to declare that it is PEP 561 compliant and includes type hints.

More information is available here:

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

Fixes #219.

This adds a `py.typed` file in the package directory, which acts as a
marker to declare that it is PEP 561 compliant and includes type hints.

More information is available here:

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

Fixes fralau#219.
@fralau
Copy link
Owner

fralau commented Jun 2, 2024

Good to go.

@fralau fralau merged commit 590232c into fralau:master Jun 2, 2024
1 check failed
@kchr kchr deleted the pep561 branch June 2, 2024 17:59
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

Successfully merging this pull request may close these issues.

Project is missing py.typed marker
2 participants