_fa-python/pyproject.toml
2024-09-02 23:01:20 +03:00

16 lines
384 B
TOML

[tool.poetry]
name = "fa-python"
version = "0.0.0"
description = "Практические задания по Python для fa.ru"
authors = ["SantaSpeen <SantaSpeen@yandex.ru>"]
license = "CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"