Skip to content

Commit 26637c3

Browse files
committed
Fixed classifier bug.
1 parent bcd9724 commit 26637c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def run_tests(self):
6767
include_package_data=True,
6868
platforms='any',
6969
test_suite='seawater.test.test_result_comparison',
70-
classifiers=['Development Status :: 5 - Production/Stable',
71-
'Programming Language :: Python',
70+
classifiers=['Programming Language :: Python',
7271
'Development Status :: 6 - Mature',
7372
'Environment :: Console',
7473
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)