Fix packages list.

This commit is contained in:
Alex Root Junior 2018-01-27 22:44:46 +02:00
parent c598a7d82a
commit 26d5ff4463

View file

@ -39,7 +39,7 @@ install_requires = get_requirements()
setup(
name='aiogram',
version=VERSION.version,
packages=PackageFinder.find(exclude=('tests', 'examples', 'docs',)),
packages=PackageFinder.find(exclude=('tests', 'tests.*', 'examples.*', 'docs',)),
url='https://github.com/aiogram/aiogram',
license='MIT',
author='Alex Root Junior',