From 14c48108400a0fdf0f06f54f899acb6930cbb9ec Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 26 Feb 2024 23:05:15 -0800 Subject: [PATCH] Update contact email --- PKGBUILD | 2 +- file-scripts-2.0.0-1-x86_64-package.log | 0 python/setup.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 file-scripts-2.0.0-1-x86_64-package.log diff --git a/PKGBUILD b/PKGBUILD index 2733406..5fb8234 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Eric Torres +# Maintainer: Eric Torres pkgname=file-scripts pkgver=2.0.0 pkgrel=1 diff --git a/file-scripts-2.0.0-1-x86_64-package.log b/file-scripts-2.0.0-1-x86_64-package.log new file mode 100644 index 0000000..e69de29 diff --git a/python/setup.py b/python/setup.py index 63f0d87..f20d4b2 100755 --- a/python/setup.py +++ b/python/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name="file_scripts", version="2.0.0", author="Eric Torres", - author_email="erictorres4@protonmail.com", + author_email="eric.torres@its-et.me", description="File-related helper scripts", long_description=long_description, long_description_content_type="text/markdown",