From 4f8843e511b0abbd3fc8f76e7088141ae8e91779 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Mon, 13 Jun 2016 20:51:44 -0400 Subject: [PATCH] BLD: Remove Jupyter trove classifier. No such classifier exists. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index bae94ec..6ab2142 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ def main(): classifiers=[ 'Development Status :: 4 - Beta', 'Framework :: IPython', - 'Framework :: Jupyter', 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', 'Operating System :: OS Independent',