Skip to content

Commit

Permalink
Initial pip package.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Aug 5, 2024
1 parent 6353d2c commit d3f8a24
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_cfg/HERON
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 HERON/LICENSE
include HERON/NOTICE.txt
include HERON/README.md
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"
36 changes: 36 additions & 0 deletions build_cfg/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[metadata]
name = heron-ravenframework
version = 0.5rc1
description = HERON plugin for RAVEN framework
long_description = file: HERON/README.md
license_files = HERON/LICENSE HERON/NOTICE.txt
url = https://github.com/idaholab/HERON

[options.entry_points]
console_scripts =
heron = HERON.src.main:main

[options.package_data]
HERON/templates =
*.xml
HERON/src/Hybrid2Heron =
*.csv

[options]
packages =
HERON
HERON/src
HERON/src/dispatch
HERON/src/validators
HERON/src/ValuedParams
HERON/src/Hybrid2Heron
HERON/templates
python_requires = >=3.9

install_requires =
raven_framework >=3.1rc1
teal_ravenframework
dill==0.3.5
pyomo==6.4
networkx
pyutilib

0 comments on commit d3f8a24

Please sign in to comment.