We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5114f commit 916f388Copy full SHA for 916f388
pyproject.toml
@@ -3,7 +3,7 @@ requires-python = ">=3.10"
3
4
[tool.poetry]
5
name = "python-telegram-bot-django-persistence"
6
-version = "0.1.7"
+version = "0.2.0"
7
description = "Package to use Django ORM as persistence engine in Python Telegram Bot"
8
authors = ["Alexander Shishenko <alex@shishenko.com>"]
9
license = "MIT"
@@ -15,6 +15,10 @@ classifiers = [
15
]
16
readme = "README.md"
17
homepage = "https://github.com/GamePad64/python-telegram-bot-django-persistence"
18
+packages = [
19
+ { include = "python_telegram_bot_django_persistence" },
20
+ { include = "aiogram_djpersistence" }
21
+]
22
23
[tool.poetry.dependencies]
24
python = "^3.10"
0 commit comments