Skip to content

Commit 1799b7c

Browse files
committed
fix: add assets
1 parent de860e4 commit 1799b7c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mkdocs-zip-bundle-plugin"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A MkDocs plugin to bundle specific code blocks into a downloadable ZIP or raw file."
99
readme = "README.md"
1010
authors = [{ name = "Daemonless" }]
@@ -23,3 +23,6 @@ Repository = "https://github.com/daemonless/mkdocs-zip-bundle-plugin"
2323

2424
[project.entry-points."mkdocs.plugins"]
2525
zip-bundle = "mkdocs_zip_bundle.plugin:ZipBundlePlugin"
26+
27+
[tool.setuptools.package-data]
28+
mkdocs_zip_bundle = ["assets/*"]

0 commit comments

Comments
 (0)