From b34d4c5ff1a75becbdd3bbda66fbb31874bf5cec Mon Sep 17 00:00:00 2001 From: dkoslicki Date: Tue, 24 Mar 2020 22:00:31 -0700 Subject: [PATCH] version bump and update of metadata for #16 and #17 --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ec5d97c..2cfee31 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="CMash", - version="0.4.0", + version="0.5.0", author="David Koslicki", author_email="dmkoslicki@gmail.com", description=("Fast and accurate set similarity estimation via containment min hash (for genomic datasets)."), @@ -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",