Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/trove_classifiers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"Framework :: Django CMS :: 3.11",
"Framework :: Django CMS :: 4.0",
"Framework :: Django CMS :: 4.1",
"Framework :: Django CMS :: 4.2",
"Framework :: Django CMS :: 5.0",
"Framework :: FastAPI",
"Framework :: Flake8",
"Framework :: Flask",
Expand Down Expand Up @@ -874,6 +874,7 @@
# A mapping from the deprecated classifier name to a list of zero or more valid
# classifiers that should replace it
deprecated_classifiers: Dict[str, List[str]] = {
"Framework :: Django CMS :: 4.2": ["Framework :: Django CMS :: 5.0"],
"License :: OSI Approved :: Intel Open Source License": [],
"License :: OSI Approved :: Jabber Open Source License": [],
"License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)": [],
Expand Down