From 3d4da148b1a92bcd98aad80679907f7b5bfe6eb4 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 14 Apr 2026 15:05:48 +0200 Subject: [PATCH] Update repository URL in pyproject.toml. * pyproject.toml: Update repository URL to ladybug-python on Github. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66ead46..2ed642c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ version = "0.0.1" [project.urls] Homepage = "https://ladybugdb.com/" Documentation = "https://docs.ladybugdb.com/" -Repository = "https://github.com/lbugdb/lbug" +Repository = "https://github.com/LadybugDB/ladybug-python" Changelog = "https://github.com/LadybugDB/ladybug/releases" [project.optional-dependencies]