[project] name = "basealt-bot-frontend" version = "0.1.0" description = "Add your description here" authors = [ { name = "Andrew Guschin", email = "guschin@altlinux.org" } ] dependencies = [ "python-telegram-bot==12.3.0", "requests==2.22.0", ] readme = "README.md" requires-python = ">= 3.8" [project.scripts] startbot = "bot:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [] [tool.hatch.metadata] allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/basealt_bot_frontend"]