From 3bdc08da3408e901cab7919e2fc698166efdae83 Mon Sep 17 00:00:00 2001 From: CaoTianze Date: Mon, 4 Sep 2023 09:07:44 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 196366d..f600734 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="plotnineseqsuite", - version="0.9.1", + version="0.9.2", author="Cao Tianze", author_email="hnrcao@qq.com", description="A Python package for visualizing sequence data using ggplot2", @@ -26,7 +26,7 @@ python_requires=">=3.10", install_requires=['plotnine==0.12.2'], license="MIT", - keywords=['ggplot2', 'plotnine', 'Bioinformatics tool', 'Sequence logo'], + keywords=['ggplot2', 'plotnine', 'Bioinformatics tool', 'Sequence logo', 'Sequence alignment'], package_data={ "": ["*.csv"] }