summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-04-18 21:10:07 -0700
committerGitHub <noreply@github.com>2017-04-18 21:10:07 -0700
commitbefb3b6e2f0360808cbd3a1d2a4f96fa74ec6c72 (patch)
tree86e6f7d801dad1d522a76acff68c16556c9b8b93 /setup.py
parentdd4586d3e09507130f057421a9c7d626905ae827 (diff)
Change author name and email.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 409fc150..b4181132 100644
--- a/setup.py
+++ b/setup.py
@@ -33,8 +33,8 @@ if platform.system() != 'Windows' and not platform.system().startswith("CYGWIN")
setup(
name='pgcli',
- author='Amjith Ramanujam',
- author_email='amjith.r+pgcli@gmail.com',
+ author='Pgcli Core Team',
+ author_email='i.chernyavska+pgcli@gmail.com',
version=version,
license='LICENSE.txt',
url='http://pgcli.com',