Add weather package

This commit is contained in:
Chris Proctor
2024-10-21 10:58:30 -04:00
parent 91c7684cc2
commit f84b098f51
2 changed files with 2 additions and 1 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"