Skip to content

Add missing py.typed in module directory#31

Open
wdlowry wants to merge 1 commit intomailgun:mainfrom
wdlowry:fix-missing-pytyped
Open

Add missing py.typed in module directory#31
wdlowry wants to merge 1 commit intomailgun:mainfrom
wdlowry:fix-missing-pytyped

Conversation

@wdlowry
Copy link

@wdlowry wdlowry commented Feb 12, 2026

Pyright was complaining about a missing stub file. After digging in a little, I noticed that py.typed is missing the module directory. This PR adds it.

Test:

❯ python -m build
...
Successfully built mailgun-1.6.0.post1.dev1.tar.gz and mailgun-1.6.0.post1.dev1-py3-none-any.whl
❯ unzip -l dist/mailgun-1.6.0.post1.dev1-py3-none-any.whl | grep py.typed
        0  02-12-2026 13:23   mailgun/py.typed

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.

1 participant