First commit 🤪

This commit is contained in:
2025-12-29 18:05:12 -05:00
commit 620f3d2975
4 changed files with 294 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "ambers-stats"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Amber", email = "amber@ailuridae.io"},
]
dependencies = ["pytumblr>=0.1.2", "pyyaml>=6.0.3"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false