From f95175e535479aec79533748e15351d6e0a982fb Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 26 Jul 2024 19:20:44 +0300 Subject: [PATCH] fix homepage --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 47b7317..fbd2822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,10 +21,9 @@ dependencies = [] readme = "README.md" [project.urls] -Homepage = "https://github.com/pypa/sampleproject" +Homepage = "https://pypi.org/project/deps-injection/" Issues = "https://github.com/nightblure/injection/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc" Changelog = "https://github.com/nightblure/injection/releases" -Homepage = "https://github.com/nightblure/injection" Documentation = "https://injection.readthedocs.io/latest/" Repository = "https://github.com/nightblure/injection.git"