add classifiers

This commit is contained in:
jan 2019-04-07 17:24:53 -07:00
parent bc557a54b7
commit 023aea15e3

View File

@ -24,5 +24,20 @@ setup(name='masque',
'svg': ['svgwrite'], 'svg': ['svgwrite'],
'text': ['freetype-py', 'matplotlib'], 'text': ['freetype-py', 'matplotlib'],
}, },
classifiers=[
'Programming Language :: Python :: 3',
'Development Status :: 4 - Beta',
'Environment :: Other Environment',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: Manufacturing',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)',
'Topic :: Software Development :: Libraries :: Python Modules',
],
) )