From 18fc2a4a8b930a28efd95c876917abdbdd20a019 Mon Sep 17 00:00:00 2001 From: bernardcooke53 <66492393+bernardcooke53@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:40:54 +0000 Subject: [PATCH] docs: correct Homepage URL (#116) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c85b210..4bcbed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ optional-dependencies.testing = [ "setuptools>=68.1.2", "wheel>=0.41.2", ] -urls.Homepage = "http://pyproject_api.readthedocs.org" +urls.Homepage = "http://pyproject-api.readthedocs.io" urls.Source = "https://github.com/tox-dev/pyproject-api" urls.Tracker = "https://github.com/tox-dev/pyproject-api/issues"