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

provide py.typed marker file #135

Merged
merged 6 commits into from
Feb 1, 2022
Merged

provide py.typed marker file #135

merged 6 commits into from
Feb 1, 2022

Conversation

davidism
Copy link
Contributor

@davidism davidism commented Jun 8, 2021

This tells mypy the the package provides its own types.

I had to move to a package layout in order for the marker to be included in the wheel. This shouldn't change any behavior.

closes #133

davidism added 3 commits June 7, 2021 21:53

Verified

This commit was signed with the committer’s verified signature.
davidism David Lord

Verified

This commit was signed with the committer’s verified signature.
davidism David Lord
This is required to get bdist_wheel to add py.typed in the wheel.

Verified

This commit was signed with the committer’s verified signature.
davidism David Lord
@jaraco
Copy link
Owner

jaraco commented Feb 1, 2022

I'm surprised the tests pass on this change. It looks like inflect was accidentally changed to inflect.inflect. I would have expected a rename from inflect.py -> inflect/__init__.py.

@davidism
Copy link
Contributor Author

davidism commented Feb 1, 2022

Huh, not sure how I made that mistake, I'll fix it.

@jaraco
Copy link
Owner

jaraco commented Feb 1, 2022

Huh, not sure how I made that mistake, I'll fix it.

No worries. Easy fix.

@jaraco jaraco merged commit 845d3ce into jaraco:main Feb 1, 2022
@davidism davidism deleted the py.typed-marker branch September 27, 2022 17:49
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.

provide py.typed marker file
2 participants