updated docs and metadata
This commit is contained in:
parent
3ad71d8654
commit
dc11c497e7
2 changed files with 33 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mailfmt"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
description = "Plain text email formatter"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
@ -8,6 +8,13 @@ authors = [
|
|||
]
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
license = "ISC"
|
||||
license-files = ["LICENSE"]
|
||||
keywords = ["email", "formatter"]
|
||||
|
||||
[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