Fixed weather script
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user