diff --git a/pyproject.toml b/pyproject.toml index 0262552c..c7deb2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["mingrammer "] readme = "README.md" homepage = "https://diagrams.mingrammer.com" repository = "https://github.com/mingrammer/diagrams" -include = ["resources/**/*"] +include = [{ path = "resources/**/*", format = ["sdist", "wheel"] }] [tool.poetry.scripts] diagrams="diagrams.cli:main"