Merge from default and change version and readme.rst

This commit is contained in:
Alex Root Junior 2017-06-03 12:33:45 +03:00
parent 650de3533a
commit 44adcac64e
4 changed files with 16 additions and 7 deletions

View file

@ -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',