[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 :