diff --git a/pyproject.toml b/pyproject.toml index 2a1ec09..b996e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,9 @@ description = "Automatic cutadapter and barcode process for NGS data" authors = ["Ye Chang "] license = "MIT" readme = "README.md" +keywords = ["bioinformatics", "NGS", "adapter", "barcode", "UMI"] +repository = "https://github.com/y9c/cutseq" + [tool.poetry.dependencies] python = "^3.8"