From 0bf1d33fa29a60933c3d09226feb953a2734bfd9 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Tue, 6 Feb 2024 12:12:03 +0700 Subject: [PATCH] Pyrofork: Update links Signed-off-by: wulan17 --- README.md | 8 ++++++++ docs/source/index.rst | 8 ++++++++ pyproject.toml | 1 + 3 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 5c431a54..a9ba9216 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@
Telegram MTProto API Framework for Python
+ + Homepage + + • Documentation @@ -16,6 +20,10 @@ Support Chat + • + + News/Releases +

## Pyrofork diff --git a/docs/source/index.rst b/docs/source/index.rst index 83d8c523..b626ac02 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -13,6 +13,10 @@ Welcome to Pyrofork Telegram MTProto API Framework for Python
+ + Homepage + + • Development @@ -24,6 +28,10 @@ Welcome to Pyrofork Support Chat + • + + News/Releases +

.. code-block:: python diff --git a/pyproject.toml b/pyproject.toml index aa230739..bce07232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ path = "pyrogram/__init__.py" [tool.hatch.build.hooks.custom] [project.urls] +Homepage = "https://github.com/Mayuri-Chan" Tracker = "https://github.com/Mayuri-Chan/pyrofork/issues" Community = "https://t.me/MayuriChan_Chat" Source = "https://github.com/Mayuri-Chan/pyrofork"