Add weather package

This commit is contained in:
Chris Proctor 2024-10-21 10:46:11 -04:00
parent f6c5005acb
commit d3d7091671
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"