Skip to content

Commit 3836cb4

Browse files
authored
fix: remove-example-folder-of-pip-package (#26)
1 parent beebfa9 commit 3836cb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mkdocs-drawio"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "MkDocs plugin for embedding Drawio files"
55
authors = [
66
"Jan Larwig <jan@larwig.com>",
@@ -36,3 +36,7 @@ build-backend = "poetry.core.masonry.api"
3636

3737
[tool.poetry.plugins."mkdocs.plugins"]
3838
drawio = 'mkdocs_drawio.plugin:DrawioPlugin'
39+
40+
[tool.setuptools.packages.find]
41+
include = ["mkdocs_drawio*"]
42+
exclude = ["example*"]

0 commit comments

Comments
 (0)