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 = "." }