[project] name = "openmeteo" version = "0.1.0" description = "Open-Meteo daily weather extractor for coffee-growing regions" requires-python = ">=3.13" dependencies = [ "extract_core", "niquests>=3.14.1", ] [project.scripts] extract_weather = "openmeteo.execute:extract_weather" extract_weather_backfill = "openmeteo.execute:extract_weather_backfill" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/openmeteo"]