From 9d5682cf808572f4506fef8689993c7f467a5875 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 21 Oct 2024 10:57:04 -0400 Subject: [PATCH] Add weather package --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"