Project folder structure was added

This commit is contained in:
2025-10-27 23:35:40 +03:00
commit 5050becbc4
8 changed files with 280 additions and 0 deletions

12
pyptoject.toml Normal file
View File

@@ -0,0 +1,12 @@
[build-system]
requires = ["setuptools>=75.3.0"]
build-backend = "setuptools.build_meta"
[project]
name = "MailOrderBot"
requires-python = ">=3.12"
dependencies = []
dynamic = ["version"]
[tool.setuptools.packages.find]
where = ["src"]