From 2fca3e366fa8814539dbdd76511bc297bda7f15a Mon Sep 17 00:00:00 2001 From: "John (EBo) David" Date: Sun, 3 Mar 2024 15:16:34 -0500 Subject: [PATCH] add "License :: OSI Approved :: NASA Open Source Agreement (NOSA)" (#167) * added NOSA * Update src/trove_classifiers/__init__.py --------- Co-authored-by: John (EBo) David Co-authored-by: Dustin Ingram --- src/trove_classifiers/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trove_classifiers/__init__.py b/src/trove_classifiers/__init__.py index 1664704..124924b 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -312,6 +312,7 @@ "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "License :: OSI Approved :: Mulan Permissive Software License v2 (MulanPSL-2.0)", + "License :: OSI Approved :: NASA Open Source Agreement v1.3 (NASA-1.3)", "License :: OSI Approved :: Nethack General Public License", "License :: OSI Approved :: Nokia Open Source License", "License :: OSI Approved :: Open Group Test Suite License",