From a171751ba5c0e9ca789a593834d807d0eda10a25 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Wed, 4 Mar 2020 13:47:34 -0800 Subject: [PATCH] Backport PR #16661: added Framework :: Matplotlib to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0a043672a3cd..e508cc42238d 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ classifiers = [ 'Development Status :: 5 - Production/Stable', + 'Framework :: Matplotlib', 'Intended Audience :: Science/Research', 'Intended Audience :: Education', 'License :: OSI Approved :: Python Software Foundation License',