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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user