Skip to content

Commit b2cf1be

Browse files
This is an experimental fork
Co-authored-by: Alisson Lauffer <alissonvitortc@gmail.com>
1 parent 7542c44 commit b2cf1be

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</a>
2323
</p>
2424

25-
## Pyrogram
25+
## Pyrogram - Amano's experimental fork
2626

2727
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
2828

pyrogram/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# GNU Lesser General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>
1818

19-
__version__ = "2.0.106"
19+
__version__ = "2.0.106+amn4"
2020
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
2121
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
2222

@@ -35,8 +35,8 @@ class ContinuePropagation(StopAsyncIteration):
3535
pass
3636

3737

38-
from . import raw, types, filters, handlers, emoji, enums
38+
from . import emoji, enums, filters, handlers, raw, types
3939
from .client import Client
40-
from .sync import idle, compose
40+
from .sync import compose, idle
4141

4242
crypto_executor = ThreadPoolExecutor(1, thread_name_prefix="CryptoWorker")

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
setup(
4141
name="Pyrogram",
4242
version=version,
43-
description="Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
43+
description="Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots - Amano's experimental fork",
4444
long_description=readme,
4545
long_description_content_type="text/markdown",
46-
url="https://github.com/pyrogram",
47-
download_url="https://github.com/pyrogram/pyrogram/releases/latest",
46+
url="https://github.com/AmanoTeam/pyrogram",
47+
download_url="https://github.com/AmanoTeam/pyrogram",
4848
author="Dan",
4949
author_email="dan@pyrogram.org",
5050
license="LGPLv3",
@@ -73,9 +73,9 @@
7373
],
7474
keywords="telegram chat messenger mtproto api client library python",
7575
project_urls={
76-
"Tracker": "https://github.com/pyrogram/pyrogram/issues",
77-
"Community": "https://t.me/pyrogram",
78-
"Source": "https://github.com/pyrogram/pyrogram",
76+
"Tracker": "https://github.com/AmanoTeam/pyrogram/issues",
77+
"Community": "https://t.me/AmanoChat",
78+
"Source": "https://github.com/AmanoTeam/pyrogram",
7979
"Documentation": "https://docs.pyrogram.org",
8080
},
8181
python_requires="~=3.7",

0 commit comments

Comments
 (0)