Skip to content

Commit 949826f

Browse files
authored
Merge pull request #125 from giuse-boccia/fix/include-py-typed-marker
Include py.typed marker in package distribution
2 parents 2226c62 + b12a13b commit 949826f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include README.md
3+
include frontmatter/py.typed
34

45
recursive-include tests *
56

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
author_email="[email protected]",
2525
url="https://github.com/eyeseast/python-frontmatter",
2626
packages=["frontmatter"],
27+
package_data={"frontmatter": ["py.typed"]},
2728
include_package_data=True,
2829
install_requires=["PyYAML"],
2930
extras_require={

0 commit comments

Comments
 (0)