16 lines
442 B
TOML
16 lines
442 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"
|
|
repository = "https://git.anidev.ru/SantaSpeen/_fa-python"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|