Initial Commit

This commit is contained in:
2026-05-09 17:15:31 -04:00
commit 628441b744
10 changed files with 511 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "postinstall"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pyalpm>=0.10.12",
]
[dependency-groups]
dev = [
"ipython>=9.13.0",
"pudb>=2025.1.5",
"pytest>=9.0.3",
]