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', + ], )