From 207158c815f3402172e287712c15b26229f92ac5 Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Fri, 8 Dec 2023 16:36:39 +0100 Subject: [PATCH] docs: update metadata --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 67d66c8..b526375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,10 @@ version = "0.1.0" description = "A Snakemake executor plugin for submitting jobs to Microsoft Azure Batch." authors = ["Johannes Koester "] readme = "README.md" +license = "MIT" +repository = "https://github.com/snakemake/snakemake-executor-plugin-azure-batch" +documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/azure-batch.html" +keywords = ["snakemake", "plugin", "executor", "azure-batch"] [tool.poetry.dependencies] python = "^3.11"