Skip to content

Commit c61bce5

Browse files
committed
Fix not able to import Task classes
1 parent 35ca4d9 commit c61bce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setup(
44
name='telegram-task-bot',
5-
version='0.0.10',
5+
version='0.0.11',
66
license='BSD-3',
77
description='rpi-radio-alarm library',
88
long_description=open('README.md').read(),
99
long_description_content_type='text/markdown',
1010
author='bb4L',
1111
author_email='[email protected]',
1212
url='https://github.com/bb4L/telegram-task-bot-pip',
13-
packages=['telegramtaskbot'],
13+
packages=['telegramtaskbot', 'telegramtaskbot.Tasks'],
1414
keywords=['Telegram', 'Bot'],
1515
install_requires=[
1616
'python-telegram-bot==12.2.0',

0 commit comments

Comments
 (0)