Fix upgrade to poetry 2
This commit is contained in:
parent
74c8c2e875
commit
0bb04d9127
|
@ -6,17 +6,18 @@ authors = [
|
||||||
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
|
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
|
||||||
]
|
]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.10,<4.0"
|
requires-python = ">=3.10,<4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"requests (>=2.32.3,<3.0.0)",
|
"requests (>=2.32.3,<3.0.0)",
|
||||||
"geocoder (>=1.38.1,<2.0.0)"
|
"geocoder (>=1.38.1,<2.0.0)"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
weather = "weather.weather:print_weather"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
package-mode = false
|
packages = [{include = "weather"}]
|
||||||
|
|
Loading…
Reference in New Issue