From e2ecc425365be6f5040d7b6903f15aaf273288a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bobo=20B=C3=A4ck=20Engstr=C3=B6m?= Date: Fri, 28 Nov 2025 09:57:40 +0100 Subject: [PATCH] chore: update pyproject with homepage of the project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bobo Bäck Engström --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 99a0528..765977a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "python-em511" dynamic = ["version"] description = "Driver for Carlo Gavazzi EM511 Series Single Phase Energy Meters using Modbus RTU" readme = "README.md" +homepage = "https://github.com/id8-engineering/python-em511" license = "MIT" license-files = ["LICENSE"]