Skip to content

Commit

Permalink
Fix not able to import Task classes
Browse files Browse the repository at this point in the history
  • Loading branch information
bb4L committed Dec 30, 2019
1 parent 35ca4d9 commit c61bce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name='telegram-task-bot',
version='0.0.10',
version='0.0.11',
license='BSD-3',
description='rpi-radio-alarm library',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='bb4L',
author_email='[email protected]',
url='https://github.com/bb4L/telegram-task-bot-pip',
packages=['telegramtaskbot'],
packages=['telegramtaskbot', 'telegramtaskbot.Tasks'],
keywords=['Telegram', 'Bot'],
install_requires=[
'python-telegram-bot==12.2.0',
Expand Down

0 comments on commit c61bce5

Please sign in to comment.