pyproject.toml: include examples when publishing

pull/1/head
Michael DM Dryden 2020-06-06 01:24:51 -04:00
rodzic 7b14d86f13
commit 1fc7c067be
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -3,8 +3,10 @@ name = "telegram-stats-bot"
version = "0.1.1"
description = "A logging and statistics bot for Telegram based on python-telegram-bot."
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
repository = "https://github.com/mkdryden/telegram-stats-bot"
license = "gpl-3.0-or-later"
readme = "README.rst"
include = ["examples/*"]
[tool.poetry.dependencies]
python = "^3.7"