[project] name = "coffee_prices" version = "0.1.0" description = "KC=F Coffee C futures price extractor" requires-python = ">=3.13" dependencies = [ "extract_core", "yfinance>=0.2.55", ] [project.scripts] extract_prices = "coffee_prices.execute:extract_coffee_prices" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/coffee_prices"]