Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoTianze committed Sep 4, 2023
1 parent 6f7a909 commit 3bdc08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="plotnineseqsuite",
version="0.9.1",
version="0.9.2",
author="Cao Tianze",
author_email="[email protected]",
description="A Python package for visualizing sequence data using ggplot2",
Expand All @@ -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"]
}
Expand Down

0 comments on commit 3bdc08d

Please sign in to comment.