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 35ca4d9 commit c61bce5Copy full SHA for c61bce5
setup.py
@@ -2,15 +2,15 @@
2
3
setup(
4
name='telegram-task-bot',
5
- version='0.0.10',
+ version='0.0.11',
6
license='BSD-3',
7
description='rpi-radio-alarm library',
8
long_description=open('README.md').read(),
9
long_description_content_type='text/markdown',
10
author='bb4L',
11
author_email='[email protected]',
12
url='https://github.com/bb4L/telegram-task-bot-pip',
13
- packages=['telegramtaskbot'],
+ packages=['telegramtaskbot', 'telegramtaskbot.Tasks'],
14
keywords=['Telegram', 'Bot'],
15
install_requires=[
16
'python-telegram-bot==12.2.0',
0 commit comments