[project] name = "stock-kis-collector" version = "0.1.0" description = "KIS Open API collector - stock prices and market data" requires-python = ">=3.12" dependencies = [ "stock-common", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/stock_kis_collector"]