From 1ab4b172476d43824f5ac58fb8d7645630ae2a7d Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 7 Apr 2019 17:12:31 -0700 Subject: [PATCH] add classifiers --- setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup.py b/setup.py index f579d33..b9f163d 100644 --- a/setup.py +++ b/setup.py @@ -19,4 +19,17 @@ setup(name='float_raster', 'numpy', 'scipy', ], + classifiers=[ + 'Programming Language :: Python :: 3', + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', + 'Intended Audience :: Information Technology', + 'Intended Audience :: Manufacturing', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: GNU Affero General Public License v3', + 'Topic :: Scientific/Engineering', + 'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Topic :: Multimedia :: Graphics :: Graphics Conversion', + ], )