-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update authors list for pypi package
- Loading branch information
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,11 @@ | |
|
||
[tool.poetry] | ||
name = "perfflowaspect" | ||
version = "0.0.1" | ||
version = "0.1.0" | ||
description = "A tool to analyze cross-cutting performance concerns of composite scientific workflows." | ||
authors = [ | ||
"Dong H. Ahn <[email protected]>", | ||
"Stephen Herbein <[email protected]>", | ||
"James Corbett <[email protected]>", | ||
"Francesco Di Natale <[email protected]>", | ||
"Tapasya Patki <[email protected]>", | ||
"Stephanie Brink <[email protected]>", | ||
] | ||
license = "LGPL-3.0-only" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ def load_readme(): | |
name="perfflowaspect", | ||
description="tool to analyze cross-cutting performance concerns of " | ||
"composite scientific workflows.", | ||
version="0.0.1", | ||
author="Dong H. Ahn, Stephen Herbein, James Corbett, Francesco Di Natale", | ||
author_email="ahn1@llnl.gov, [email protected], [email protected], dinatale3@llnl.gov", | ||
version="0.1.0", | ||
author="Tapasya Patki, Stephanie Brink", | ||
author_email="patki1@llnl.gov, brink2@llnl.gov", | ||
packages=["perfflowaspect"], | ||
entry_points={}, | ||
install_requires=["psutil"], | ||
|