From 4e2267146ef3e94b9f5d80bce8b43fef4a5aeba6 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Thu, 5 Mar 2020 10:03:13 +0000 Subject: [PATCH] Add matplotlib trove classifier xref pypa/pypi-support#232 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 12bff1d..0518a1a 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ classifiers=[ 'Intended Audience :: Science/Research', 'Topic :: Scientific/Engineering :: Mathematics', + + 'Framework :: Matplotlib', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3',