1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update setup.py

This commit is contained in:
Waffle 2018-04-12 17:24:04 +03:00
parent 7957bc45a8
commit 183230e927

View File

@ -13,7 +13,7 @@ setup(name='pyTelegramBotAPI',
author='eternnoir',
author_email='eternnoir@gmail.com',
url='https://github.com/eternnoir/pyTelegramBotAPI',
packages=['telebot'],
packages=['pytelegrambotapi'],
license='GPL2',
keywords='telegram bot api tools',
install_requires=['requests', 'six'],