From 9ed0812f28a978f93c734838606f8e8a0dea78a3 Mon Sep 17 00:00:00 2001 From: Juan Sanchez <2482341+tcaduser@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:43:11 -0600 Subject: [PATCH] Add classifier: `License :: OSI Approved :: Educational Community License` (#171) * PR for Issue #170 * fix spurious line * Update src/trove_classifiers/__init__.py Co-authored-by: Dustin Ingram --------- 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 6db9759..1664704 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -280,6 +280,7 @@ "License :: OSI Approved :: Common Public License", "License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)", "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", + "License :: OSI Approved :: Educational Community License, Version 2.0 (ECL-2.0)", "License :: OSI Approved :: Eiffel Forum License", "License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)", "License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)",