From 9a40456a830b47092508e6b5468e90b94b0b0d83 Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Fri, 12 Oct 2018 13:21:28 -0600 Subject: [PATCH] Add author email to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55838d9e..305123fd 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ DISTNAME = 'rdtools' LICENSE = 'MIT' AUTHOR = 'Rdtools Python Developers' +AUTHOR_EMAIL = 'RdTools@nrel.gov' MAINTAINER_EMAIL = 'RdTools@nrel.gov' URL = 'https://github.com/NREL/rdtools' @@ -85,7 +86,7 @@ description=DESCRIPTION, long_description=LONG_DESCRIPTION, author=AUTHOR, - author_email=AUTHOR, + author_email=AUTHOR_EMAIL, maintainer_email=MAINTAINER_EMAIL, license=LICENSE, url=URL,