16 lines
326 B
TOML
16 lines
326 B
TOML
[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
|