fortrun/pyproject.toml
2024-09-03 19:19:33 +03:00

18 lines
328 B
TOML

[tool.poetry]
name = "fortrun"
version = "0.1.0"
description = ""
authors = ["Daniil Irkhin <dj-haski@yandex.ru>"]
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'