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( setup(
name='aiogram', name='aiogram',
version=VERSION.version, version=VERSION.version,
packages=PackageFinder.find(exclude=('tests', 'examples', 'docs',)), packages=PackageFinder.find(exclude=('tests', 'tests.*', 'examples.*', 'docs',)),
url='https://github.com/aiogram/aiogram', url='https://github.com/aiogram/aiogram',
license='MIT', license='MIT',
author='Alex Root Junior', author='Alex Root Junior',