diff --git a/pyproject.toml b/pyproject.toml index 05eb3008..6938be84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,12 @@ authors = ["mingrammer "] readme = "README.md" homepage = "https://diagrams.mingrammer.com" repository = "https://github.com/mingrammer/diagrams" -include = ["resources/**/*"] +packages = [ + { include = "diagrams", from = "." } +] +include = [ + { path = "resources", format = ["sdist", "wheel"] } +] [tool.poetry.dependencies] python = "^3.7"