diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..59f5963 --- /dev/null +++ b/setup.py @@ -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'] + ) \ No newline at end of file