summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-01-11 18:33:36 -0800
committerIrina Truong <i.chernyavska@gmail.com>2017-01-11 18:33:36 -0800
commitc7bcc7ac74bb59ccc620590191b055c635af1527 (patch)
tree7918d795d77bdbf0ca94665922c75dba97e43011 /setup.py
parent8a76a75523eca7a922a6e6030ba74691d415b880 (diff)
Fixed release script and author email, because pypi made some breaking changes.v1.4.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b70662ad..b908e815 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ if platform.system() != 'Windows' and not platform.system().startswith("CYGWIN")
setup(
name='pgcli',
author='Amjith Ramanujam',
- author_email='amjith[dot]r[at]gmail.com',
+ author_email='amjith.r+pgcli@gmail.com',
version=version,
license='LICENSE.txt',
url='http://pgcli.com',