diff --git a/pyproject.toml b/pyproject.toml index 42e7ae5a..c6e33362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Cluster API driver for Magnum" authors = ["Mohammed Naser "] readme = "README.md" packages = [{include = "magnum_cluster_api"}] +include = ["magnum_cluster_api/charts/**/*"] [tool.poetry.dependencies] python = "^3.6"