From 2845848d4421fd6eec717a3ae2d487f5604db0db Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Sun, 12 Jun 2022 11:58:58 +0100 Subject: [PATCH] Fix homepage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afe046c4..39f69516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = ["Darren Burns "] maintainers = ["Darren Burns "] license = "MIT" readme = "README.md" -homepage = "https://wardpy.com" +homepage = "https://ward.readthedocs.io" repository = "https://github.com/darrenburns/ward" documentation = "https://ward.readthedocs.io" keywords = ["test", "testing", "quality-assurance", "cli", "python3"]