Skip to content

Commit 661d88b

Browse files
author
xiaolicbs
committed
fix setup for first pypi release
1 parent 2d8fd60 commit 661d88b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ def test_suite():
2020
description='A pipeline for analyzing fungal genomic data',
2121
long_description=readme(),
2222
classifiers=[
23+
'Intended Audience :: Science/Research',
2324
'Development Status :: 3 - Alpha',
2425
'License :: OSI Approved :: MIT License',
2526
'Programming Language :: Python :: 3.4',
26-
'Topic :: Bioinformatics',
27+
'Topic :: Scientific/Engineering :: Bio-Informatics',
28+
'Natural Language :: English'
2729
],
28-
keywords=['fungal genomics processing pipeline'],
30+
keywords=['bioinformatics'],
2931
url='https://github.com/broadinstitute/funpipe',
3032
project_urls={
3133
'Bug tracker': 'https://github.com/broadinstitute/funpipe/issues',

0 commit comments

Comments
 (0)