Change information about repo. (Migrate from Bitbucket to Github)

Yep. I hate Github, but it opens more prospects for the promotion of the library.
This commit is contained in:
Alex Root Junior 2017-11-19 00:39:25 +02:00
parent e42b551f2a
commit 29364cc2d9
4 changed files with 25 additions and 26 deletions

View file

@ -1,14 +1,11 @@
#!/usr/bin/env python3
import string
from distutils.core import setup
from setuptools import PackageFinder
from aiogram import VERSION
ALLOWED_SYMBOLS = string.ascii_letters + string.digits + '_-'
def get_description():
"""
@ -43,7 +40,7 @@ setup(
name='aiogram',
version=VERSION.version,
packages=PackageFinder.find(exclude=('tests', 'examples', 'docs',)),
url='https://bitbucket.org/illemius/aiogram',
url='https://github.com/aiogram/aiogram',
license='MIT',
author='Alex Root Junior',
author_email='jroot.junior@gmail.com',