diff --git a/pyproject.toml b/pyproject.toml index c488bd0..7faee0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "" authors = ["Chris "] license = "MIT" +packages = [ { include = "weather"} ] [tool.poetry.dependencies] python = "^3.10"