Update pyproject.toml script call
So the argument must be a valid module and method name.
See Link
Either this will create an error during poetry install
Change to:
[tool.poetry.scripts]
cod-growth-model = "growth_model.__main__:main"
So the argument must be a valid module and method name.
See Link
Either this will create an error during poetry install
Change to:
[tool.poetry.scripts]
cod-growth-model = "growth_model.__main__:main"