docs: add project documentation

Add comprehensive documentation for the Thon project, including project overview, architecture, usage examples, and development conventions. Update the README.md file to provide clear installation instructions, usage examples, and project structure. Remove the unused CLI entry point from pyproject.toml.
This commit is contained in:
2026-01-25 23:02:19 +03:00
parent 55ca3f7ed0
commit 0761e8ff94
3 changed files with 169 additions and 3 deletions

View File

@ -11,9 +11,6 @@ dependencies = [
"telethon>=1.42.0",
]
[project.scripts]
thon = "thon:main"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"