mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Fix packages list.
This commit is contained in:
parent
c598a7d82a
commit
26d5ff4463
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue