From 0f0c7f09a79895bd8379081d1be0810d0ec2765b Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 20 May 2019 18:02:58 +0100 Subject: [PATCH] trove classifier update --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 54fd01bf..853bb692 100755 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ setup( 'Environment :: Win32 (MS Windows)', 'Environment :: X11 Applications', 'Framework :: IPython', + 'Framework :: Jupyter', 'Intended Audience :: Developers', 'Intended Audience :: Education', 'Intended Audience :: End Users/Desktop', @@ -74,13 +75,17 @@ setup( 'Intended Audience :: System Administrators', 'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)', + 'Operating System :: MacOS', 'Operating System :: MacOS :: MacOS X', + 'Operating System :: Microsoft', + 'Operating System :: Microsoft :: MS-DOS', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: POSIX :: BSD', 'Operating System :: POSIX :: BSD :: FreeBSD', 'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: SunOS/Solaris', + 'Operating System :: Unix', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', @@ -95,6 +100,7 @@ setup( 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: IronPython', 'Programming Language :: Python :: Implementation :: PyPy', + 'Programming Language :: Unix Shell', 'Topic :: Desktop Environment', 'Topic :: Education :: Computer Aided Instruction (CAI)', 'Topic :: Education :: Testing',