Skip to content

Commit 4a10c4b

Browse files
joapuiibtuunit
andauthored
fix: properly include assets for darkmode (#35)
* Fix: include assets for darkmode * fix: bump version to v1.11.2 Signed-off-by: Jan Larwig <jan@larwig.com> --------- Signed-off-by: Jan Larwig <jan@larwig.com> Co-authored-by: Jan Larwig <jan@larwig.com>
1 parent c020c64 commit 4a10c4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mkdocs-drawio"
3-
version = "1.11.1"
3+
version = "1.11.2"
44
description = "MkDocs plugin for embedding Drawio files"
55
authors = [
66
"Jan Larwig <jan@larwig.com>",
@@ -14,7 +14,11 @@ keywords = [
1414
"mkdocs", "plugin", "markdown", "drawio"
1515
]
1616
packages = [
17-
{ include = "mkdocs_drawio/plugin.py" },
17+
{ include = "mkdocs_drawio" },
18+
]
19+
include = [
20+
"mkdocs_drawio/css/*.css",
21+
"mkdocs_drawio/js/*.js",
1822
]
1923

2024
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)