[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "fablepool-ha-ecosystem-tools" version = "0.1.0" description = "Reproduction toolkit for the FablePool Home Assistant ecosystem analysis report (milestone 1)." readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [{ name = "FablePool Build Agent" }] dependencies = [ "requests>=2.31,<3", "urllib3>=1.26,<3", "PyYAML>=6,<7", ] [project.scripts] ha-fetch-analytics = "ha_analysis.fetch_analytics:main" ha-fetch-quality-scale = "ha_analysis.fetch_quality_scale:main" ha-fetch-issues = "ha_analysis.fetch_issues:main" ha-build-report-tables = "ha_analysis.build_report_tables:main" [tool.setuptools] packages = ["ha_analysis"]