Pyrofork: setup: Fix project_url

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-08-20 01:20:47 +07:00
parent 27346eb50e
commit b08ae687b9
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -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",
},