Skip to content

Commit

Permalink
Added classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jul 20, 2017
1 parent 5102091 commit 173a0e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,21 @@
cmdclass=versioneer.get_cmdclass(cmdclass),
ext_modules=ext_modules,
zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Framework :: Jupyter',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Visualization',
],
)

0 comments on commit 173a0e9

Please sign in to comment.