[project] name = "goodnews" version = "0.1.0" description = "Local-first constructive news ingestion and filtering prototype." requires-python = ">=3.11" dependencies = [] [project.scripts] goodnews = "goodnews.cli:main"