packaged for pypi

This commit is contained in:
Daniel Fichtinger 2025-06-04 12:34:00 -04:00
parent c46521ae81
commit 3ad71d8654
7 changed files with 264 additions and 71 deletions

17
pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[project]
name = "mailfmt"
version = "0.1.0"
description = "Plain text email formatter"
readme = "README.md"
authors = [
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" }
]
requires-python = ">=3.11"
dependencies = []
[project.scripts]
mailfmt = "mailfmt:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"