From: Ken Dreyer Date: Fri, 11 Aug 2017 20:19:19 +0000 (-0600) Subject: setup.py: correct email address X-Git-Tag: v0.0.31~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37ea93cba4249c09f00a263deb88abb88868e1b0;p=remoto.git 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. --- 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",