Skip to content

Commit d6cf17e

Browse files
committed
added classifiers to setup.py
1 parent 0773e0e commit d6cf17e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ def openREADME():
144144
license='LICENSE.txt',
145145
description='Useful tools for exploring deep sequencing data ',
146146
long_description=openREADME(),
147+
classifiers=[
148+
'Intended Audience :: Science/Research',
149+
'Topic :: Scientific/Engineering :: Bioinformatics',
150+
'Topic :: Scientific/Engineering :: Genomics',
151+
'Topic :: Scientific/Engineering :: ChIP-seq',
152+
'Topic :: Scientific/Engineering :: RNA-seq'],
147153
install_requires=[
148154
"numpy >= 1.9.0",
149155
"scipy >= 0.17.0",

0 commit comments

Comments
 (0)