refactor(weather): add app_build method
This commit is contained in:
@@ -31,7 +31,7 @@ requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
app = 'weather.app:run'
|
||||
app = 'weather.main:run'
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-p no:warnings"
|
||||
|
||||
Reference in New Issue
Block a user