[tool.poetry] name = "fortrun" version = "0.1.0" description = "" authors = ["Daniil Irkhin "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" typer = "^0.12.5" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] build = 'build:main'