mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update some pip info.
This commit is contained in:
parent
1c4c75ee8f
commit
e99b4f6e64
14
setup.py
14
setup.py
@ -2,7 +2,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='pyTelegramBotAPI',
|
setup(name='pyTelegramBotAPI',
|
||||||
version='0.1',
|
version='0.1.2',
|
||||||
description='Python Telegram bot api. ',
|
description='Python Telegram bot api. ',
|
||||||
author='eternnoir',
|
author='eternnoir',
|
||||||
author_email='eternnoir@gmail.com',
|
author_email='eternnoir@gmail.com',
|
||||||
@ -10,5 +10,13 @@ setup(name='pyTelegramBotAPI',
|
|||||||
packages=['telebot'],
|
packages=['telebot'],
|
||||||
license='GPL2',
|
license='GPL2',
|
||||||
keywords='tools',
|
keywords='tools',
|
||||||
install_requires=['pytest','requests']
|
install_requires=['pytest', 'requests'],
|
||||||
)
|
classifiers=[
|
||||||
|
'Development Status :: 3 - Alpha',
|
||||||
|
'Programming Language :: Python :: 2',
|
||||||
|
'Programming Language :: Python :: 2.6',
|
||||||
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Environment :: Console',
|
||||||
|
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
|
||||||
|
]
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user