From be4267c295aab553a0fdf1a8cf1162233f3dabfb Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Thu, 9 May 2024 21:20:16 -0700 Subject: [PATCH] pyproject: Add author email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 978b9d0..664d6e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "packaging_scripts" -authors = ["Eric Torres"] +authors = ["Eric Torres eric.torres@its-et.me"] version = "1.7.1" description = "A set of scripts for automating pacman database interaction" readme = "README.rst"