From 44d951c034ccd282101e0749dfaa5047e550d9c3 Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:29:19 -0500 Subject: [PATCH] Added PySimpleGUI versions 4 and 5 as a Framework (#157) * Added PySimpleGUI versions 4 and 5 as a Framework * Fixed sorting error identified by lint * Added the "Framework :: PySimpleGUI" by itself. Learning the format of these still.... --------- Co-authored-by: Dustin Ingram --- src/trove_classifiers/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/trove_classifiers/__init__.py b/src/trove_classifiers/__init__.py index 8bc4c01..6bb5963 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -191,6 +191,9 @@ "Framework :: Plone :: Core", "Framework :: Plone :: Distribution", "Framework :: Plone :: Theme", + "Framework :: PySimpleGUI", + "Framework :: PySimpleGUI :: 4", + "Framework :: PySimpleGUI :: 5", "Framework :: Pycsou", "Framework :: Pydantic", "Framework :: Pydantic :: 1",