We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0773e0e commit d6cf17eCopy full SHA for d6cf17e
setup.py
@@ -144,6 +144,12 @@ def openREADME():
144
license='LICENSE.txt',
145
description='Useful tools for exploring deep sequencing data ',
146
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'],
153
install_requires=[
154
"numpy >= 1.9.0",
155
"scipy >= 0.17.0",
0 commit comments