diff --git a/pyproject.toml b/pyproject.toml index 95d147b..7b80069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "snakemake-executor-plugin-htcondor" version = "0.1.0" -description = "" +description = "A Snakemake executor plugin for submitting jobs to a HTCondor cluster." authors = [ "jannisspeer ",] readme = "README.md" repository = "https://github.com/jannisspeer/snakemake-executor-plugin-htcondor"