From 216d5cf47eb44df2069e7ff69af970810ac3e0b3 Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Wed, 24 Oct 2018 15:07:51 +0200 Subject: [PATCH] pypi is a go --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05fc39bc0..5dcde7724 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def main(): "version": INFO['version'], "description": 'Analyze & Visualize Assessment Model Results', "author": 'Matthew Gidden & Daniel Huppmann', - "author_email": 'matthew.gidden@gmail.com & huppmann@iiasa.ac.at', + "author_email": 'matthew.gidden@gmail.com', "url": 'https://github.com/IAMconsortium/pyam', "packages": packages, "package_dir": pack_dir,