mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: setup: Fix project_url
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
27346eb50e
commit
b08ae687b9
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -43,8 +43,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",
|
||||
|
|
@ -74,7 +74,7 @@ setup(
|
|||
keywords="telegram chat messenger mtproto api client library python",
|
||||
project_urls={
|
||||
"Tracker": "https://github.com/Mayuri-Chan/pyrofork/issues",
|
||||
"Community": "",
|
||||
"Community": "https://t.me/MayuriChan_Chat",
|
||||
"Source": "https://github.com/Mayuri-Chan/pyrofork",
|
||||
"Documentation": "https://pyrofork.mayuri.my.id",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue