Skip to content

Commit

Permalink
Merge pull request #88 from joshua-cogliati-inl/pip_package
Browse files Browse the repository at this point in the history
Adding files to build a pip package.
  • Loading branch information
dylanjm authored Aug 12, 2024
2 parents 2cfc569 + 51c6b08 commit 8fdc825
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_cfg/MANIFEST.in
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
1 change: 1 addition & 0 deletions build_cfg/TEAL
3 changes: 3 additions & 0 deletions build_cfg/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
18 changes: 18 additions & 0 deletions build_cfg/setup.cfg
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

0 comments on commit 8fdc825

Please sign in to comment.