We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8fd60 commit 661d88bCopy full SHA for 661d88b
1 file changed
setup.py
@@ -20,12 +20,14 @@ def test_suite():
20
description='A pipeline for analyzing fungal genomic data',
21
long_description=readme(),
22
classifiers=[
23
+ 'Intended Audience :: Science/Research',
24
'Development Status :: 3 - Alpha',
25
'License :: OSI Approved :: MIT License',
26
'Programming Language :: Python :: 3.4',
- 'Topic :: Bioinformatics',
27
+ 'Topic :: Scientific/Engineering :: Bio-Informatics',
28
+ 'Natural Language :: English'
29
],
- keywords=['fungal genomics processing pipeline'],
30
+ keywords=['bioinformatics'],
31
url='https://github.com/broadinstitute/funpipe',
32
project_urls={
33
'Bug tracker': 'https://github.com/broadinstitute/funpipe/issues',
0 commit comments