Skip to content

Commit

Permalink
fix some stuff in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Oct 24, 2018
1 parent d742546 commit 5b297ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ def main():
'install': Cmd,
}
setup_kwargs = {
"name": "pyam",
"name": "pyam-iamc",
"version": INFO['version'],
"description": 'Analyze Integrated Assessment Model Results'
'Trajectories',
"description": 'Analyze & Visualize Assessment Model Results',
"author": 'Matthew Gidden & Daniel Huppmann',
"author_email": '[email protected] & [email protected]',
"url": 'http://github.com/iiasa/pyam',
"url": 'https://github.com/IAMconsortium/pyam',
"packages": packages,
"package_dir": pack_dir,
"entry_points": entry_points,
Expand Down

0 comments on commit 5b297ee

Please sign in to comment.