From 2dfab195f1d4011f0232c4965c7da887ffe4f9b6 Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 22 Aug 2018 18:10:55 -0400 Subject: [PATCH] Update classifiers. --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup.py b/setup.py index c5fc147..e9cbe7c 100644 --- a/setup.py +++ b/setup.py @@ -75,10 +75,19 @@ setup( classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Win32 (MS Windows)', + 'Environment :: X11 Applications', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Games/Entertainment :: Simulation', 'Topic :: Multimedia :: Graphics :: 3D Rendering', 'Topic :: Scientific/Engineering :: Visualization',