generated from mwc/lab_weather
Compare commits
2 Commits
526ba2f5a9
...
fdce178fd4
Author | SHA1 | Date |
---|---|---|
|
fdce178fd4 | |
|
79e5c1f133 |
|
@ -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"}]
|
||||
|
|
Loading…
Reference in New Issue