From db12039f4f7e77d9649f73a05af6b612c191a061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Mon, 6 Nov 2023 08:45:00 +0100 Subject: [PATCH] Drop documentation from poetry settings It seems poetry 1.7.0 doesn't like an empty documentation keyword anymore. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40ae02c..fc8b62f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ authors = [ readme = "README.md" homepage = "https://github.com/greenbone/autohooks-plugin-ruff" repository = "https://github.com/greeenbone/autohooks-plugin-ruff" -documentation = "" # Full list: https://pypi.org/pypi?%3Aaction=list_classifiers classifiers = [ "Development Status :: 5 - Production/Stable",