]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
setup.py: correct email address
authorKen Dreyer <kdreyer@redhat.com>
Fri, 11 Aug 2017 20:19:19 +0000 (14:19 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 11 Aug 2017 20:19:19 +0000 (14:19 -0600)
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

index 1058e29de3fd499ab0359abfd0c5df4f7979eb5d..064d7631d6be94bfbcd84c18d56a8db4f1507b69 100644 (file)
--- 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",