Skip to content

Commit 39d881d

Browse files
committed
Update license description format
1 parent fdc74bc commit 39d881d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ maintainers = [
2929
]
3030
description = "The 2024 NASA Software of the Year, the NASA Prognostic Package (ProgPy) is a python prognostics framework focused on building, using, and evaluating models and algorithms for prognostics (computation of remaining useful life) and health management of engineering systems, and provides a set of prognostics models for select components and prognostics algorithms developed within this framework, including uncertainty propagation."
3131
readme = "README.md"
32-
license = {text = "NOSA"}
32+
license = "NASA-1.3"
33+
license-files = ["prog_models license.pdf", "prog_algs license.pdf"]
3334
keywords = ['prognostics', 'diagnostics', 'fault detection', 'fdir', 'physics modeling', 'prognostics and health management', 'PHM', 'health management', 'surrogate modeling', 'model tuning', 'simulation', 'ivhm']
3435
classifiers = [
3536
'Development Status :: 5 - Production/Stable',
@@ -42,8 +43,6 @@ classifiers = [
4243
'Topic :: Scientific/Engineering :: Artificial Intelligence',
4344
'Topic :: Scientific/Engineering :: Physics',
4445

45-
'License :: Other/Proprietary License ',
46-
4746
'Programming Language :: Python :: 3',
4847
'Programming Language :: Python :: 3.9',
4948
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)