We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beebfa9 commit 3836cb4Copy full SHA for 3836cb4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mkdocs-drawio"
3
-version = "1.8.1"
+version = "1.8.2"
4
description = "MkDocs plugin for embedding Drawio files"
5
authors = [
6
"Jan Larwig <jan@larwig.com>",
@@ -36,3 +36,7 @@ build-backend = "poetry.core.masonry.api"
36
37
[tool.poetry.plugins."mkdocs.plugins"]
38
drawio = 'mkdocs_drawio.plugin:DrawioPlugin'
39
+
40
+[tool.setuptools.packages.find]
41
+include = ["mkdocs_drawio*"]
42
+exclude = ["example*"]
0 commit comments