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 py.typed #46

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Conversation

lukasturcani
Copy link
Contributor

@lukasturcani lukasturcani commented Aug 23, 2022

Hi and thank you for the amazing package! Just a small PR to add the py.typed file. The presence of py.typed lets type checkers like mypy know that the package contains type hints. Which means users like me do not get errors of the form

"Skipping analyzing "morfeus": module is installed, but missing library stubs or py.typed marker" when writing code against `morfeus`.

The presence of `py.typed` lets type checkers like `mypy` know that
the package contains type hints.
@kjelljorner kjelljorner merged commit a3b8dd7 into digital-chemistry-laboratory:main Aug 23, 2022
@kjelljorner
Copy link
Collaborator

Thansk @lukasturcani for the heads-up! The PR is appreciated, I just added py.typed to another package that I am working on. Let me know if you have any other problems.

@kjelljorner
Copy link
Collaborator

Release 0.7.2 should be on PyPI after the CI has processed it, while conda-forge might take a day or so.

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.

2 participants