-
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.
Merge pull request #196 from equinor/version-2.5.2
update to version 2.5.2
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
|
||
setup( | ||
name="neqsim", | ||
version="2.5.1", | ||
version="2.5.2", | ||
author="Even Solbraa", | ||
author_email="[email protected]", | ||
description="NeqSim is a tool for thermodynamic and process calculations", | ||
long_description="NeqSim (Non-Equilibrium Simulator) is a library for estimation of fluid behaviour for oil and gas production. The basis for NeqSim is fundamental mathematical models related to phase behaviour and physical properties of oil and gas.", | ||
long_description="NeqSim is a library for estimation of fluid behaviour for oil and gas production. The basis for NeqSim is fundamental mathematical models related to phase behaviour and physical properties of oil and gas.", | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/Equinor/neqsimpython", | ||
packages=find_packages(), | ||
package_data={'neqsim': ['lib/*.jar','lib/libj8/*.jar']}, | ||
package_data={'neqsim': ['lib/*.jar']}, | ||
include_package_data=True, | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
|
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