mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Merge from default and change version and readme.rst
This commit is contained in:
parent
650de3533a
commit
44adcac64e
4 changed files with 16 additions and 7 deletions
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ def get_description():
|
|||
setup(
|
||||
name='aiogram',
|
||||
version=version,
|
||||
packages=PackageFinder.find(),
|
||||
packages=PackageFinder.find(exclude=('tests', 'examples', 'docs',)),
|
||||
url='https://bitbucket.org/illemius/aiogram',
|
||||
license='MIT',
|
||||
author='Alex Root Junior',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue