fralau / mkdocs-macros-plugin

Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
https://mkdocs-macros-plugin.readthedocs.io
Other
318 stars 50 forks source link

Add type marker for PEP 561 compliance #231

Closed kchr closed 2 months ago

kchr commented 2 months ago

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.

fralau commented 2 months ago

Good to go.