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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: setup.py

+1
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)