Skip to content

Commit

Permalink
Update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanx749 committed Aug 6, 2024
1 parent ad3c14a commit 9d13ec9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ Please visit CD-HIT's [documentations](https://github.com/weizhongli/cdhit/wiki)

## Installation

### Install

First Install CD-HIT. [Mamba](https://mamba.readthedocs.io/) is recommended. For example, to create an environment and install:

```bash
Expand All @@ -53,7 +51,7 @@ Then install this package from PyPI:
pip install py-cdhit
```

### Develop
## Development

Install from source after git clone:

Expand Down
2 changes: 1 addition & 1 deletion pycdhit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ._commands import * # noqa: F403
from ._io import * # noqa: F403

VERSION = "1.1.0"
VERSION = "1.1.1"

__all__ = [ # noqa: F405
"CommandBase",
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ authors = [
description = "A Python interface for CD-HIT package."
readme = "README.md"
requires-python = ">=3.8"
keywords = ["sequence-analysis"]
keywords = ["bioinformatics", "sequence-analysis"]
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: POSIX :: Linux",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
dependencies = [
"pandas",
Expand Down

0 comments on commit 9d13ec9

Please sign in to comment.