Skip to content

Commit

Permalink
Merge pull request #84 from idaholab/wangc/pip
Browse files Browse the repository at this point in the history
add pip package required files
  • Loading branch information
mandd authored May 6, 2024
2 parents 919fbd7 + f44a248 commit df909c0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include SR2ML/LICENSE
include SR2ML/NOTICE.txt
include SR2ML/README.md
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Idaho National Laboratory is a cutting edge research facility which is a constan
[Unsupported Open Source Software](https://github.com/IdahoLabCuttingBoard)

### Licensing
-----
--------------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

### Developers
-----
---------------
By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:

You agree your contributions are submitted under the Apache license. You represent you are authorized to make the contributions and grant the license. If your employer has rights to intellectual property that includes your contributions, you represent that you have received permission to make contributions and grant the required license on behalf of that employer.
3 changes: 3 additions & 0 deletions 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"
25 changes: 25 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[metadata]
name = sr2ml-ravenframework
version = 0.1rc2
description = SR2ML plugin for RAVEN framework
long_description = file: SR2ML/README.md
license_files = SR2ML/LICENSE SR2ML/NOTICE.txt
url = https://github.com/idaholab/SR2ML
authors = [
{name="Congjian Wang", email="congjian.wang@inl.gov"},
{name="Diego Mandelli", email="diego.mandelli@inl.gov"}]

[options]
packages =
SR2ML
SR2ML/src
SR2ML/src/Bases
SR2ML/src/MaintenanceModels
SR2ML/src/MarginModels
SR2ML/src/PostProcessors
SR2ML/src/Reliabilities

python_requires = >=3.9

install_requires =
raven_framework >=2.2

0 comments on commit df909c0

Please sign in to comment.