From 5f72c68d56f05d2a681f479a97aed030e122bd4f Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Fri, 8 Dec 2023 16:38:43 +0100 Subject: [PATCH] docs: update metadata --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 88ba7ac..1234b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,10 @@ version = "0.1.1" description = "A Snakemake executor plugin for cluster jobs that are executed synchronously." authors = ["Johannes Koester "] readme = "README.md" +license = "MIT" +repository = "https://github.com/snakemake/snakemake-executor-plugin-cluster-sync" +documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/cluster-sync.html" +keywords = ["snakemake", "plugin", "executor", "cluster"] [tool.poetry.dependencies] python = "^3.11"