forked from idaholab/TEAL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding files to build a pip package.
- Loading branch information
1 parent
fbc880c
commit 51c6b08
Showing
4 changed files
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include TEAL/LICENSE.txt | ||
include TEAL/NOTICE.txt | ||
include TEAL/README.md |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../TEAL |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools>=42"] | ||
build-backend = "setuptools.build_meta" |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[metadata] | ||
name = teal-ravenframework | ||
version = 0.6rc1 | ||
description = TEAL plugin for RAVEN framework | ||
long_description = file: TEAL/README.md | ||
license_files = TEAL/LICENSE.txt TEAL/NOTICE.txt | ||
url = https://github.com/idaholab/TEAL | ||
|
||
[options] | ||
packages = | ||
TEAL | ||
TEAL/src | ||
python_requires = >=3.9 | ||
|
||
install_requires = | ||
raven_framework >=3.1rc1 | ||
numpy-financial | ||
|