From 3fd37d8f8eddf836f5ee3ec932b8b25c124f830f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Mon, 6 Nov 2023 08:48:35 +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 5cd7759..b2c4464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ authors = ["Greenbone AG "] readme = "README.md" homepage = "https://github.com/greenbone/autohooks-plugin-black" repository = "https://github.com/greenbone/autohooks-plugin-black" -documentation = "" # Full list: https://pypi.org/pypi?%3Aaction=list_classifiers classifiers = [ "Development Status :: 5 - Production/Stable",