From 8c7ea4e7e2938ce58c631a221d10f8aa2ceb6e74 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Tue, 11 Jun 2024 14:13:42 +1200 Subject: [PATCH] fix: correct email address in PyPI project metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a303b63f..b5b1a3d46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "The Python library behind great charms" readme = "README.md" requires-python = ">=3.8" authors = [ - {name="The Charm Tech team at Canonical Ltd.", email="charm-tech@lists.launchpad.com"}, + {name="The Charm Tech team at Canonical Ltd.", email="charm-tech@lists.launchpad.net"}, ] classifiers = [ "Programming Language :: Python :: 3",