From 232d2ca2855f8febb87fbdae25002a3c7489db25 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sun, 9 Mar 2025 11:30:41 +0100 Subject: [PATCH] :building_construction: Update project URLs in pyproject.toml to reflect repository name --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a4843e..30f0dad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ source = "vcs" version-file = "src/pycord_reactve_views/_version.py" [tool.hatch.metadata.hooks.vcs.urls] -Homepage = "https://github.com/Paillat-dev/pycord-rest" -source_archive = "https://github.com/Paillat-dev/pycord-rest/archive/{commit_hash}.zip" +Homepage = "https://github.com/Paillat-dev/pycord-reactive-views" +source_archive = "https://github.com/Paillat-dev/pycord-reactive-views/archive/{commit_hash}.zip" [tool.hatchling] name = "pycord-rest-bot"