Skip to content

Commit

Permalink
version bump and update of metadata for #16 and #17
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoslicki committed Mar 25, 2020
1 parent 6d6ed2f commit b34d4c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="CMash",
version="0.4.0",
version="0.5.0",
author="David Koslicki",
author_email="[email protected]",
description=("Fast and accurate set similarity estimation via containment min hash (for genomic datasets)."),
Expand All @@ -44,16 +44,18 @@
'pycairo'
],
zip_safe=False,
package_data={'CMash': ['data/*.fna']},
package_data={'CMash': ['data/*.fna', 'tests/Organisms/*.fna.gz']},
scripts=SCRIPTS,
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Mathematics",
"Programming Language :: Python :: 2.7",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit b34d4c5

Please sign in to comment.