python_study-project/pyproject.toml

15 lines
342 B
TOML

[tool.poetry]
name = "python-study-project"
version = "0.1.0"
description = "A project to practice and improve my Python programming skills."
authors = ["Factorino73 <masenkin73@xmail.ru>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"