add algam
This commit is contained in:
21
app.control-bot/pyproject.toml
Normal file
21
app.control-bot/pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "app-control-bot"
|
||||
version = "1.0.0"
|
||||
description = "Веб-интерфейс для управления тестами Telegram бота"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Bot Developer" }
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
|
||||
[project.urls]
|
||||
Repository = "https://github.com/yourusername/bot-telegram"
|
||||
Issues = "https://github.com/yourusername/bot-telegram/issues"
|
||||
|
||||
[project.scripts]
|
||||
app-control-bot = "main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
Reference in New Issue
Block a user