Skip to content

Commit

Permalink
Bump version for new PyPi upload and add keywords and classifiers for…
Browse files Browse the repository at this point in the history
… PyPi
  • Loading branch information
milnus committed Jan 26, 2022
1 parent ab89878 commit c01a8a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='Corekaburra',
version='0.0.1',
version='0.0.2',
author='Magnus Ganer Jespersen',
author_email='[email protected]',
packages=['Corekaburra'],
Expand All @@ -25,4 +25,11 @@
description=('A prototypical bioinformatics command line tool'),
long_description=(LONG_DESCRIPTION),
install_requires=["biopython", "networkx", "gffutils", "numpy"],
keywords=['Genomic', 'pan-genome', 'bacteria', 'prokaryotes', 'bioinformatics'],
classifiers=[
'Programming Language :: Python :: 3.9',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Development Status :: 4 - Beta']
)

0 comments on commit c01a8a7

Please sign in to comment.