From f0ce8419852dc9bef99efb501ca252607dd7b8b4 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Mon, 30 Jan 2023 01:14:12 +0700 Subject: [PATCH] PyroFork: Update README.md and setup,py Signed-off-by: wulan17 --- README.md | 3 ++- setup.py | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6e8cb9fa..b3da6a77 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,11 @@ If you'd like to support Pyrogram, you can consider: ### Installing ``` bash -pip3 install git+https://github.com/Mayuri-Chan/pyrofork.git@dev/pyrofork +pip3 install pyrofork ``` ### Resources - Check out the docs at https://pyrofork.mayuri.my.id to learn more about PyroFork, get started right away and discover more in-depth material for building your client applications. + diff --git a/setup.py b/setup.py index 9fbb2d1b..6f7008e0 100644 --- a/setup.py +++ b/setup.py @@ -1,20 +1,21 @@ -# Pyrogram - Telegram MTProto API Client Library for Python +# PyroFork - Telegram MTProto API Client Library for Python # Copyright (C) 2017-present Dan +# Copyright (C) 2023 wulan17 # -# This file is part of Pyrogram. +# This file is part of PyroFork. # -# Pyrogram is free software: you can redistribute it and/or modify +# PyroFork is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published # by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Pyrogram is distributed in the hope that it will be useful, +# PyroFork is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with Pyrogram. If not, see . +# along with PyroFork. If not, see . import re from sys import argv @@ -43,8 +44,8 @@ setup( description="Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots", long_description=readme, long_description_content_type="text/markdown", - url="https://github.com/Mayuri-Chan/pyrogram", - download_url="https://github.com/Mayuri-Chan/pyrogram/releases/latest", + url="https://github.com/Mayuri-Chan/pyrofork", + download_url="https://github.com/Mayuri-Chan/pyrofork/releases/latest", author="wulan17", author_email="mayuri@mayuri.my.id", license="LGPLv3", @@ -73,10 +74,9 @@ setup( ], keywords="telegram chat messenger mtproto api client library python", project_urls={ - "Tracker": "https://github.com/Mayuri-Chan/pyrogram/issues", - "Community": "", - "Source": "https://github.com/Mayuri-Chan/pyrogram", - "Documentation": "https://docs.pyrogram.org", + "Tracker": "https://github.com/Mayuri-Chan/pyrofork/issues", + "Source": "https://github.com/Mayuri-Chan/pyrofork", + "Documentation": "https://pyrofork.mayuri.my.id", }, python_requires="~=3.7", package_data={