We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2226c62 + b12a13b commit 949826fCopy full SHA for 949826f
MANIFEST.in
@@ -1,5 +1,6 @@
1
include LICENSE
2
include README.md
3
+include frontmatter/py.typed
4
5
recursive-include tests *
6
setup.py
@@ -24,6 +24,7 @@
24
author_email="[email protected]",
25
url="https://github.com/eyeseast/python-frontmatter",
26
packages=["frontmatter"],
27
+ package_data={"frontmatter": ["py.typed"]},
28
include_package_data=True,
29
install_requires=["PyYAML"],
30
extras_require={
0 commit comments