From a2092c0fc0d08df250c6be52f0f2447aa9b9bc42 Mon Sep 17 00:00:00 2001 From: Raphael Gaschignard Date: Sun, 15 Mar 2026 10:35:12 +1000 Subject: [PATCH] point to the right homepage in the package metadata This will, among other things, make it so that pypi points to the right place as well --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a36204b..4e1d569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Darren Burns "] maintainers = ["Will McGugan "] license = "MIT" readme = "README.md" -homepage = "https://github.com/darrenburns/pytest-textual-snapshot" +homepage = "https://github.com/Textualize/pytest-textual-snapshot" classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Pytest",