Fixed weather script
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "lab-weather"
|
name = "lab-weather"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
|
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
|
||||||
@@ -13,7 +13,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
weather = "weather.weather:print_weather"
|
weather = "weather.weather_cli:weather_cli"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
|
Reference in New Issue
Block a user