From 5c2438b5854f91cc521c2d877a58bb05337d5508 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Mon, 7 Feb 2022 10:16:43 +0000 Subject: [PATCH] Update homepage link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f192f1332..e4855939b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "textual" version = "0.1.15" -homepage = "https://github.com/willmcgugan/textual" +homepage = "https://github.com/Textualize/textual" description = "Text User Interface using Rich" authors = ["Will McGugan "] license = "MIT"