tinysteady-mailer/pyproject.toml
phil c06e45029d
All checks were successful
/ test (push) Successful in 13s
Bump version
2024-12-22 15:24:11 +01:00

32 lines
961 B
TOML

[project]
name = "tinysteady-mailer"
version = "0.1.2"
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 = [
"aiosmtplib>=3.0.2",
"dateutils>=0.6.12",
"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"
[dependency-groups]
dev = ["ipdb>=0.13.13", "ipython>=8.30.0"]