-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63dc323
commit 91b9e7f
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
setup( | ||
name = 'opem', | ||
packages = ['opem','opem.Static','opem.Dynamic'], | ||
version = '0.4', | ||
version = '0.5', | ||
description = 'Open Source PEM Cell Simulation Tool', | ||
long_description='''Open Source PEM Cell Simulation Tool''', | ||
author = 'Sepand Haghighi,Kasra Askari,Sarmin Hamidi,Mohammad Mahdi Rahimi', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/ecsim/opem', | ||
download_url = 'https://github.com/ecsim/opem/tarball/v0.4', | ||
download_url = 'https://github.com/ecsim/opem/tarball/v0.5', | ||
keywords = ["OPEM","PEM","FC","CELL","Fuel Cell","Chemistry"], | ||
install_requires=[ | ||
'art', | ||
|