Skip to content

Commit

Permalink
Merge pull request #101 from NREL/development
Browse files Browse the repository at this point in the history
Patch: add author email to setup.py
  • Loading branch information
mdeceglie authored Oct 12, 2018
2 parents d9ebe90 + 9a40456 commit e1c476b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
DISTNAME = 'rdtools'
LICENSE = 'MIT'
AUTHOR = 'Rdtools Python Developers'
AUTHOR_EMAIL = '[email protected]'
MAINTAINER_EMAIL = '[email protected]'

URL = 'https://github.com/NREL/rdtools'
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit e1c476b

Please sign in to comment.