Skip to content

Commit 257f792

Browse files
committed
telegramma: Add executable shortcut
Change-Id: Ic1faa60ef57142484b1162d0e99da04ec27d1c57
1 parent c568488 commit 257f792

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license = "GPL-3.0-or-later"
77
readme = "README.md"
88
repository = "https://github.com/sebaubuntu-python/telegramma"
99

10+
[tool.poetry.scripts]
11+
telegramma = 'telegramma.main:main'
12+
1013
[tool.poetry.dependencies]
1114
python = "^3.8"
1215
python-telegram-bot = "^21.6"

0 commit comments

Comments
 (0)