mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Excluding tests and examples from packages to install
This commit is contained in:
parent
5ee2aa77c6
commit
d7cb819502
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setup(name='pyTelegramBotAPI',
|
||||
author='eternnoir',
|
||||
author_email='eternnoir@gmail.com',
|
||||
url='https://github.com/eternnoir/pyTelegramBotAPI',
|
||||
packages = find_packages(),
|
||||
packages = find_packages(exclude = ['tests', 'examples']),
|
||||
license='GPL2',
|
||||
keywords='telegram bot api tools',
|
||||
install_requires=['requests'],
|
||||
|
Loading…
Reference in New Issue
Block a user