Actually exclude tests from setup.py installation (#1612)

This commit is contained in:
Xiretza 2020-10-27 12:31:31 +01:00 committed by GitHub
parent 4ce2c0017a
commit 353b88ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ def main(argv):
],
keywords='telegram api chat client library messaging mtproto',
packages=find_packages(exclude=[
'telethon_*', 'tests'
'telethon_*', 'tests*'
]),
install_requires=['pyaes', 'rsa'],
extras_require={