Skip to content

Commit f8145f3

Browse files
committed
Merge pull request #2 from jbarnoud/classifiers
Add chemistry and physics as pypi classifiers
2 parents 6c219f5 + 0ec058d commit f8145f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
# Indicate who your project is intended for
3535
'Intended Audience :: Developers',
3636
'Topic :: Scientific/Engineering :: Bio-Informatics',
37+
'Topic :: Scientific/Engineering :: Chemistry',
38+
'Topic :: Scientific/Engineering :: Physics',
3739

3840
'License :: OSI Approved :: MIT License',
3941

@@ -58,4 +60,4 @@
5860
tests_require=tests_require,
5961
test_suite='tests'
6062

61-
)
63+
)

0 commit comments

Comments
 (0)