Skip to content

Commit 14c7597

Browse files
committed
BUGFIX: Set include_package_data in setup.py so that template files are shipped with this package.
1 parent 0ee6942 commit 14c7597

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
"mkdocstrings[python]>=0.18",
2929
"mkdocs-material",
3030
],
31+
include_package_data=True,
3132
)

0 commit comments

Comments
 (0)