From 37ea93cba4249c09f00a263deb88abb88868e1b0 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 11 Aug 2017 14:19:19 -0600 Subject: [PATCH] setup.py: correct email address PyPI now validates this. The 0.0.30 tarball on PyPI already had this change; let's push it in Git as well. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1058e29..064d763 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( description = 'Execute remote commands or processes.', packages = find_packages(), author = 'Alfredo Deza', - author_email = 'contact [at] deza.pe', + author_email = 'contact@deza.pe', version = metadata['version'], url = 'http://github.com/alfredodeza/remoto', license = "MIT", -- 2.47.3