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

@ -12,6 +12,6 @@ You can [read the docs here](http://aiogram.readthedocs.io/en/latest/).
- Russian community: [@aiogram_ru](https://t.me/aiogram_ru)
- Pip: [aiogram](https://pypi.python.org/pypi/aiogram)
- Docs: [ReadTheDocs](http://aiogram.readthedocs.io)
- Source: [Bitbucket repo](https://bitbucket.org/illemius/aiogram)
- Issues/Bug tracker: [Bitbucket issues tracker](https://bitbucket.org/illemius/aiogram/issues)
- Source: [Github repo](https://github.com/aiogram/aiogram)
- Issues/Bug tracker: [Github issues tracker](https://github.com/aiogram/aiogram/issues)
- Test bot: [@aiogram_bot](https://t.me/aiogram_bot)

View file

@ -1,27 +1,27 @@
AIOGramBot
==========
.. image:: https://img.shields.io/pypi/v/aiogram.svg
.. image:: https://img.shields.io/pypi/v/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi Package Version
.. image:: https://img.shields.io/pypi/status/aiogram.svg
.. image:: https://img.shields.io/pypi/status/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi status
.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg
.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions
.. image:: https://readthedocs.org/projects/aiogram/badge/?version=latest
.. image:: https://img.shields.io/readthedocs/pip/stable.svg?style=flat-square
:target: http://aiogram.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/bitbucket/issues/illemius/aiogram.svg
:target: https://bitbucket.org/illemius/aiogram/issues
:alt: Bitbucket issues
.. image:: https://img.shields.io/github/issues/badges/shields.svg?style=flat-square
:target: https://github.com/aiogram/aiogram/issues
:alt: Github issues
.. image:: https://img.shields.io/pypi/l/aiogram.svg
.. image:: https://img.shields.io/pypi/l/aiogram.svg?style=flat-square
:target: https://opensource.org/licenses/MIT
:alt: MIT License
@ -38,6 +38,6 @@ Official aiogram resources
- Russian community: `@aiogram_ru <https://t.me/aiogram_ru>`_
- Pip: `aiogram <https://pypi.python.org/pypi/aiogram>`_
- Docs: `ReadTheDocs <http://aiogram.readthedocs.io>`_
- Source: `Bitbucket repo <https://bitbucket.org/illemius/aiogram>`_
- Issues/Bug tracker: `Bitbucket issues tracker <https://bitbucket.org/illemius/aiogram/issues>`_
- Source: `Github repo <https://github.com/aiogram/aiogram>`_
- Issues/Bug tracker: `Github issues tracker <https://github.com/aiogram/aiogram/issues>`_
- Test bot: `@aiogram_bot <https://t.me/aiogram_bot>`_

View file

@ -2,27 +2,27 @@ Welcome to aiogram's documentation!
===================================
.. image:: https://img.shields.io/pypi/v/aiogram.svg
.. image:: https://img.shields.io/pypi/v/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi Package Version
.. image:: https://img.shields.io/pypi/status/aiogram.svg
.. image:: https://img.shields.io/pypi/status/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi status
.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg
.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions
.. image:: https://readthedocs.org/projects/aiogram/badge/?version=latest
.. image:: https://img.shields.io/readthedocs/pip/stable.svg?style=flat-square
:target: http://aiogram.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/bitbucket/issues/illemius/aiogram.svg
:target: https://bitbucket.org/illemius/aiogram/issues
:alt: Bitbucket issues
.. image:: https://img.shields.io/github/issues/badges/shields.svg?style=flat-square
:target: https://github.com/aiogram/aiogram/issues
:alt: Github issues
.. image:: https://img.shields.io/pypi/l/aiogram.svg
.. image:: https://img.shields.io/pypi/l/aiogram.svg?style=flat-square
:target: https://opensource.org/licenses/MIT
:alt: MIT License
@ -37,8 +37,8 @@ Official aiogram resources
- Russian community: `@aiogram_ru <https://t.me/aiogram_ru>`_
- Pip: `aiogram <https://pypi.python.org/pypi/aiogram>`_
- Docs: `ReadTheDocs <http://aiogram.readthedocs.io>`_
- Source: `Bitbucket repo <https://bitbucket.org/illemius/aiogram>`_
- Issues/Bug tracker: `Bitbucket issues tracker <https://bitbucket.org/illemius/aiogram/issues>`_
- Source: `Github repo <https://github.com/aiogram/aiogram>`_
- Issues/Bug tracker: `Github issues tracker <https://github.com/aiogram/aiogram/issues>`_
- Test bot: `@aiogram_bot <https://t.me/aiogram_bot>`_
Features
@ -48,6 +48,8 @@ Features
- Be awesome
- Make things faster
- Have `FSM <https://en.wikipedia.org/wiki/Finite-state_machine>`_
- Can reply into webhook
Contribute
----------

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