add package: pyproject + src (DPYAppEmojis, folder-mirror refresh, dot-access, fail-loud)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-02 19:59:13 -04:00
parent 77cfc6a10a
commit 7d878845df
3 changed files with 231 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "dpy_appemojis"
version = "0.1.0"
description = "Mirror a project folder onto the bot's application emojis for discord.py — folder is the source of truth. Config-free, injectable, installable."
requires-python = ">=3.10"
dependencies = [
"discord.py>=2.5",
]
[tool.hatch.build.targets.wheel]
packages = ["src/dpy_appemojis"]