Skip to content

Commit fe264d4

Browse files
committed
Add py.typed and include templates in package_data.
1 parent 2f2f30e commit fe264d4

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

mkdocstrings_handlers/py.typed

Whitespace-only changes.

mkdocstrings_handlers/vba/py.typed

Whitespace-only changes.

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@
3030
"mkdocs-material>=9.2.1,==9.*",
3131
],
3232
include_package_data=True,
33+
package_data={
34+
"": [
35+
"py.typed",
36+
"templates",
37+
],
38+
},
3339
)

0 commit comments

Comments
 (0)