Skip to content

Commit

Permalink
Updated the classifiers in setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
transientlunatic committed Mar 27, 2018
1 parent 1ea7c59 commit 1c656bc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,11 @@ def finalize_options(self):
zip_safe=False,
keywords='minke',
classifiers=[
'Development Status :: 5 - Stable',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: ISC License (ISCL)',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
test_suite='tests',
tests_require=test_requirements
Expand Down

0 comments on commit 1c656bc

Please sign in to comment.