Update README and project details
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
phil 2024-12-12 05:08:52 +01:00
parent 5dae08de63
commit eaa4c0ca96
2 changed files with 67 additions and 1 deletions

View file

@ -1,8 +1,9 @@
[project]
name = "tinysteady-mailer"
version = "0.1.0"
version = "0.1.1"
description = "A tiny and resolute mailer CLI app"
readme = "README.md"
license = { text = "MIT License" }
authors = [{ name = "phil", email = "phil.dev@philome.mooo.com" }]
requires-python = ">=3.12"
dependencies = [
@ -11,6 +12,18 @@ dependencies = [
"pydantic-settings[yaml]>=2.6.1",
"pydantic[email]>=2.10.3",
]
classifiers = [
"Topic :: Communications :: Email",
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
]
[project.urls]
Homepage = "https://code.philo.ydns.eu/philorg/tinysteady-mailer"
Repository = "https://code.philo.ydns.eu/philorg/tinysteady-mailer.git"
Issues = "https://code.philo.ydns.eu/philorg/tinysteady-mailer/issues"
[project.scripts]
tinysteady-mailer = "tinysteady_mailer:main"