mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
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:
parent
e42b551f2a
commit
29364cc2d9
4 changed files with 25 additions and 26 deletions
5
setup.py
5
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue