From 87e6a0de347550078a6c6b7e43abcd6eedf6ea42 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 7 Apr 2019 17:16:40 -0700 Subject: [PATCH] add classifiers --- setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/setup.py b/setup.py index 8e06d3f..56775aa 100644 --- a/setup.py +++ b/setup.py @@ -27,5 +27,16 @@ setup(name='gridlock', 'mpl_toolkits', ], }, + classifiers=[ + 'Programming Language :: Python :: 3', + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: GNU Affero General Public License v3', + 'Topic :: Multimedia :: Graphics :: 3D Rendering', + 'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)', + 'Topic :: Scientific/Engineering :: Physics', + 'Topic :: Scientific/Engineering :: Visualization', + ], )