Skip to content

Conversation

@giuse-boccia
Copy link
Contributor

@giuse-bocciagiuse-boccia commented Dec 4, 2025

Fixes#112

The py.typed marker file was added in #111 but wasn't being distributed in the PyPI package, so mypy still complains about missing type stubs.

error: Skipping analyzing "frontmatter": module is installed, but missing library stubs or py.typed marker [import-untyped] 

This adds package_data to setup.py as recommended by PEP 561, and updates MANIFEST.in to ensure the file is included in source distributions.

@giuse-bocciagiuse-boccia marked this pull request as ready for review December 4, 2025 17:07
@eyeseasteyeseast merged commit 949826f into eyeseast:mainDec 5, 2025
4 checks passed
Sign up for freeto 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.

Version 1.1.0 is missing the py.typed marker

2 participants

@giuse-boccia@eyeseast