Add base project structure

This commit is contained in:
parent 9259810efb
commit c0f423a331
2 changed files with 14 additions and 0 deletions

0
main.py Normal file
View File

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[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"