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",