diff --git a/.github/hello-world/pyproject.toml b/.github/hello-world/pyproject.toml index 0b3f8d8d..e0e8d83d 100644 --- a/.github/hello-world/pyproject.toml +++ b/.github/hello-world/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "" authors = ["Thomas Schmelzer "] readme = "README.md" +packages = [{include = "cvx"}] [tool.poetry.dependencies] python = "^3.12"