From d1b41b0a3c20e8eab047b9c2885d7589e89de9c8 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 5c410421..98db8239 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
Telegram MTProto API Framework for Python
+
+ Homepage
+
+ •
Documentation
@@ -13,6 +17,10 @@
Support Chat
+ •
+
+ News/Releases
+
## Pyrofork
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 4fbb4ebf..25854b0c 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 58767256..c4da5c39 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,6 +39,7 @@ path = "pyrofork/__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"