Fixed weather script

This commit is contained in:
Chris Proctor
2025-09-29 22:09:09 -04:00
parent 15403f4c27
commit 5d610e0ea1

View File

@@ -1,6 +1,6 @@
[project]
name = "lab-weather"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
@@ -13,7 +13,7 @@ dependencies = [
]
[project.scripts]
weather = "weather.weather:print_weather"
weather = "weather.weather_cli:weather_cli"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]