From dd177e3d2c4579bf435c1f583a1ceab3fb438791 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 15 Oct 2024 20:08:19 +0400 Subject: move project files to src --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e9088fd..28125de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,12 @@ 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" -- cgit v1.2.3