Skip to content

Commit

Permalink
Merge pull request #60 from jni/pypi-annotations
Browse files Browse the repository at this point in the history
Add PyPI classifiers to setup
  • Loading branch information
jni committed Sep 22, 2015
2 parents de2624b + 0be6e5c commit 4694e67
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@
author=MAINTAINER,
author_email=MAINTAINER_EMAIL,
license=LICENSE,
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Healthcare Industry',
'Intended Audience :: Science/Research',
'Programming Language :: Cython',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Image Recognition',
'Topic :: Scientific/Engineering :: Medical Science Apps.',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS',
],
packages=['gala', 'gala.features'],
package_data={'gala':
['testdata/*.*', 'testdata/original_grayscales/*']},
Expand Down

0 comments on commit 4694e67

Please sign in to comment.