Updated metadata
This commit is contained in:
parent
22461f5c97
commit
aecc01c3f0
2 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue