Add weather package

This commit is contained in:
Chris Proctor 2024-10-21 10:49:26 -04:00
parent 51e76315fa
commit 43a7fa5d94
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Chris <chris@chrisproctor.net>"]
license = "MIT"
packages = [ { include = "weather"} ]
[tool.poetry.dependencies]
python = "^3.10"