add classifiers
This commit is contained in:
parent
76f6c68472
commit
1ab4b17247
13
setup.py
13
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',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user