Containerize

This commit is contained in:
2026-05-28 23:26:31 +02:00
parent 18953fde8e
commit 4b8a187dbd
6 changed files with 171 additions and 42 deletions
+16
View File
@@ -0,0 +1,16 @@
[project]
name = "dmarc-to-discord"
version = "0.1.0"
description = "Relay parsedmarc aggregate-report webhooks to a Discord webhook"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"requests>=2.31",
]
[project.scripts]
dmarc-to-discord = "dmarc_to_discord:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"