From b08ae687b9d048873a8137d7264f5f83382fa6a2 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Sun, 20 Aug 2023 01:20:47 +0700 Subject: [PATCH] Pyrofork: setup: Fix project_url Signed-off-by: wulan17 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f6d7349a..a049ce75 100644 --- a/setup.py +++ b/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", },