Skip to content

Commit

Permalink
Add classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan authored and fchollet committed Aug 22, 2017
1 parent 14a12e9 commit 3c31489
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,17 @@
'pytest-xdist',
'pytest-cov'],
},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'
],
packages=find_packages())

0 comments on commit 3c31489

Please sign in to comment.