db4f036729
Per sub-project-2 plan Task 1. Adds tools/ to setuptools packages, gitignores media/, and a minimal injectable urllib HTTP client. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
429 B
TOML
20 lines
429 B
TOML
[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", "tools"]
|
|
|
|
[project.scripts]
|
|
hef-ingest = "tools.ingest_cli:main"
|
|
hef-review = "tools.review_cli:main"
|