chore: scaffold catalog+selection core package

This commit is contained in:
Ben Stull
2026-06-04 01:33:23 -07:00
parent f15fe739ee
commit 1379751dda
8 changed files with 26 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "human-experience-filter"
version = "0.1.0"
description = "Coordinate-tuned public-domain media installation"
requires-python = ">=3.11"
[tool.pytest.ini_options]
testpaths = ["tests"]
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["hef"]