Skip to content
Snippets Groups Projects
Commit 5dbf13c6 authored by Moul's avatar Moul
Browse files

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
parent c55404b0
No related branches found
No related tags found
No related merge requests found
Pipeline #34200 waiting for manual action
......@@ -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" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment