init: AFS Scawful baseline (config helpers)

This commit is contained in:
scawful
2025-12-30 07:43:37 -05:00
commit c282272287
12 changed files with 47526 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "afs_scawful"
version = "0.0.0"
description = "AFS Scawful plugin package"
requires-python = ">=3.11"
license = {text = "All rights reserved"}
authors = [
{name = "scawful"}
]
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"