kopia lustrzana https://github.com/mkdryden/telegram-stats-bot
pyproject.toml: include examples when publishing
rodzic
7b14d86f13
commit
1fc7c067be
|
@ -3,8 +3,10 @@ name = "telegram-stats-bot"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
description = "A logging and statistics bot for Telegram based on python-telegram-bot."
|
description = "A logging and statistics bot for Telegram based on python-telegram-bot."
|
||||||
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
|
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
|
||||||
|
repository = "https://github.com/mkdryden/telegram-stats-bot"
|
||||||
license = "gpl-3.0-or-later"
|
license = "gpl-3.0-or-later"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
|
include = ["examples/*"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
|
|
Ładowanie…
Reference in New Issue