summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-11 01:32:00 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-11 01:32:00 -0800
commit360b812e5580b08a60cdf6a710e584dd1bf56264 (patch)
tree8dec3cc75c5bf5e495e719dc0dccc561109b161a /setup.py
parent0c13f0b60edf89616c89cc29b279f56cb64aa88f (diff)
Add author email to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 81319918..5c207d4c 100644
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,7 @@ description = 'CLI for Postgres Database. With auto-completion and syntax highli
setup(
name='pgcli',
author='Amjith Ramanujam',
+ author_email='amjith[dot]r[at]gmail.com',
version=version,
license='LICENSE',
url='https://github.com/amjith/pgcli',