add package: pyproject + src (DPYWebhooks, store protocol, cap + self-heal, fail-loud)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-02 20:04:01 -04:00
parent 4518cbf30e
commit 74fd1bc4a5
4 changed files with 375 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "dpy_webhooks"
version = "0.1.0"
description = "Per-channel Discord webhook management for discord.py — get-or-create, persist, enforce the cap, send. Config-free, injectable, installable."
requires-python = ">=3.10"
dependencies = [
"discord.py>=2.2",
]
[tool.hatch.build.targets.wheel]
packages = ["src/dpy_webhooks"]