[project] name = "ice_stocks" version = "0.1.0" description = "ICE certified warehouse stocks extractor" requires-python = ">=3.13" dependencies = [ "niquests>=3.14.1", ] [project.scripts] extract_ice = "ice_stocks.execute:extract_ice_stocks" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/ice_stocks"]