Fixing my careless error

This commit is contained in:
Chris Proctor 2025-07-08 07:43:01 -04:00
parent 5ee3d4b6fa
commit 79e5c1f133
2 changed files with 3 additions and 2 deletions

View File

@ -6,17 +6,18 @@ authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"requests (>=2.32.3,<3.0.0)",
"geocoder (>=1.38.1,<2.0.0)"
]
[project.scripts]
weather = "weather.weather:print_weather"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false
packages = [{include = "weather"}]

0
weather/__init__.py Normal file
View File