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