From 5dbf13c6342666172ece7df3775bf6c5d49ac242 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 1 Nov 2023 20:25:11 +0100 Subject: [PATCH] Remove empty homepage field from pyproject Since this is breaking Python Poetry based projects depending on DuniterPy At least for Silkaj, I get the following RuntimeError: The Poetry configuration is invalid: - data.homepage must be uri Can be re-added once there would be a website --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2a9b4d..5b2d378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ authors = ["inso <insomniak.fr@gmail.com>", "canercandan", "s_b"] maintainers = ["vit <vit@free.fr>", "Moul <moul@moul.re>"] readme = "README.md" license = "GPL-3.0-or-later" -homepage = "" repository = "https://git.duniter.org/clients/python/duniterpy" documentation = "https://clients.pages.duniter.org/python/duniterpy/index.html" urls = { Changelog = "https://git.duniter.org/clients/python/duniterpy/-/blob/main/CHANGELOG.md" } -- GitLab