PyroFork: Update README.md and setup,py

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-01-30 01:14:12 +07:00
parent fbe56d5426
commit 6331a5500e
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
2 changed files with 13 additions and 12 deletions

View file

@ -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.

View file

@ -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 <https://github.com/delivrance>
# Copyright (C) 2023 wulan17 <https://github.com/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 <http://www.gnu.org/licenses/>.
# along with PyroFork. If not, see <http://www.gnu.org/licenses/>.
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={