We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de860e4 commit 1799b7cCopy full SHA for 1799b7c
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "mkdocs-zip-bundle-plugin"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "A MkDocs plugin to bundle specific code blocks into a downloadable ZIP or raw file."
9
readme = "README.md"
10
authors = [{ name = "Daemonless" }]
@@ -23,3 +23,6 @@ Repository = "https://github.com/daemonless/mkdocs-zip-bundle-plugin"
23
24
[project.entry-points."mkdocs.plugins"]
25
zip-bundle = "mkdocs_zip_bundle.plugin:ZipBundlePlugin"
26
+
27
+[tool.setuptools.package-data]
28
+mkdocs_zip_bundle = ["assets/*"]
0 commit comments