Add base project structure
This commit is contained in:
parent
9259810efb
commit
c0f423a331
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user