refactor: rename project to gallery
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[tool.poetry]
|
||||
name = "weather"
|
||||
name = "gallery"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["shmyga <shmyga.z@gmail.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{ include = "weather" }, { include = "gismeteo" }]
|
||||
packages = [{ include = "gallery" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
@@ -32,7 +32,7 @@ requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
app = 'weather.main:run'
|
||||
gallery = "gallery.main:run"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-p no:warnings"
|
||||
|
||||
Reference in New Issue
Block a user