Add weather package

This commit is contained in:
Chris Proctor 2024-10-21 10:57:04 -04:00
parent 5aa2e0256d
commit 9d5682cf80
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"