Skip to content

Commit cefde51

Browse files
committed
fix: Include templates directory in package distribution
1 parent b4a14ac commit cefde51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ Repository = "https://github.com/cms-cat/mkdocs-header-dropdown"
3636

3737
[project.entry-points."mkdocs.plugins"]
3838
header-dropdown = "mkdocs_header_dropdown.plugin:HeaderDropdownPlugin"
39+
40+
[tool.setuptools]
41+
packages = ["mkdocs_header_dropdown"]
42+
43+
[tool.setuptools.package-data]
44+
mkdocs_header_dropdown = ["../templates/**/*"]

0 commit comments

Comments
 (0)