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]
|
[project]
|
||||||
name = "mailfmt"
|
name = "mailfmt"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
description = "Plain text email formatter"
|
description = "Heuristic plain text email formatter."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" }
|
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" }
|
||||||
|
@ -10,11 +10,10 @@ requires-python = ">=3.11"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
license-files = ["LICENSE"]
|
license-files = ["LICENSE"]
|
||||||
keywords = ["email", "formatter"]
|
keywords = ["email", "formatter", "cli"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Repository = "https://git.sr.ht/~ficd/mailfmt"
|
Repository = "https://git.sr.ht/~ficd/mailfmt"
|
||||||
Homepage = "https://sr.ht/~ficd/mailfmt"
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
mailfmt = "mailfmt:main"
|
mailfmt = "mailfmt:main"
|
||||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -4,5 +4,5 @@ requires-python = ">=3.11"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mailfmt"
|
name = "mailfmt"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue