We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a14ac commit cefde51Copy full SHA for cefde51
pyproject.toml
@@ -36,3 +36,9 @@ Repository = "https://github.com/cms-cat/mkdocs-header-dropdown"
36
37
[project.entry-points."mkdocs.plugins"]
38
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