mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Add setup.py.
This commit is contained in:
parent
67aaed4f20
commit
8df80e40ad
14
setup.py
Normal file
14
setup.py
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='pyTelegramBotAPI',
|
||||
version='0.1',
|
||||
description='Python Telegram bot api. ',
|
||||
author='eternnoir',
|
||||
author_email='eternnoir@gmail.com',
|
||||
url='https://github.com/eternnoir/pyTelegramBotAPI',
|
||||
packages=['VSTools'],
|
||||
license='GPL2',
|
||||
keywords='tools',
|
||||
install_requires=['pytest','requests']
|
||||
)
|
Loading…
Reference in New Issue
Block a user