From aecc01c3f07d3be48961e372031c1b8db17b1dde Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 21 Jun 2025 14:30:39 -0400 Subject: [PATCH] Updated metadata --- pyproject.toml | 7 +++---- uv.lock | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16b6704..ee637a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "mailfmt" -version = "1.0.0" -description = "Plain text email formatter" +version = "1.0.1" +description = "Heuristic plain text email formatter." readme = "README.md" authors = [ { name = "Daniel Fichtinger", email = "daniel@ficd.ca" } @@ -10,11 +10,10 @@ requires-python = ">=3.11" dependencies = [] license = "ISC" license-files = ["LICENSE"] -keywords = ["email", "formatter"] +keywords = ["email", "formatter", "cli"] [project.urls] Repository = "https://git.sr.ht/~ficd/mailfmt" -Homepage = "https://sr.ht/~ficd/mailfmt" [project.scripts] mailfmt = "mailfmt:main" diff --git a/uv.lock b/uv.lock index 91a774e..927ca8f 100644 --- a/uv.lock +++ b/uv.lock @@ -4,5 +4,5 @@ requires-python = ">=3.11" [[package]] name = "mailfmt" -version = "1.0.0" +version = "1.0.1" source = { editable = "." }