From eea2dbb9145e44dd1072f86bfdedc00e0c3c1b67 Mon Sep 17 00:00:00 2001 From: Latiff Danieyal <86613680+danieyal@users.noreply.github.com> Date: Sat, 25 Jul 2026 20:48:52 +0800 Subject: [PATCH] update authors email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe30b3a..ff7c77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Unofficial Python SDK for the Malaysian MyInvois (LHDN) e-Invoice system" readme = "README.md" authors = [ - { name = "Latiff Danieyal", email = "danieyal123@gmail.com" } + { name = "Latiff Danieyal", email = "latiffdanieyal@gmail.com" } ] license = "MIT" requires-python = ">=3.11"