diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |