~lioploum/offpunk-devel

pyproject: add short description v1 PROPOSED

=?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?=: 1
 pyproject: add short description

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~lioploum/offpunk-devel/patches/57984/mbox | git am -3
Learn more about email & git

[PATCH] pyproject: add short description Export this patch

Hatchling does not support dynamic description, it needs to be stated
explicitly.
---
 pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a2a74ac..3443ac5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "offpunk"
description = "Offline-First Gemini/Web/Gopher/RSS reader and browser"
authors = [
    {name = "Solderpunk", email = "solderpunk@sdf.org"},
    {name = "Lionel Dricot (Ploum)", email = "offpunk2@ploum.eu"},
@@ -24,7 +25,7 @@ classifiers = [
]
keywords = ["gemini", "browser"]
requires-python = ">=3.7"
dynamic = ["version", "description"]
dynamic = ["version"]

[project.optional-dependencies]
better-tofu = ["cryptography"]
-- 
2.48.1
Applied, thanks for the patch! (and for your work maintaining the 
pyproject.toml, greatly appreciated)

Le 25 mar 10 09:43, Anna “CyberTailor” a écrit :