[project] name = "stock-screener" version = "0.1.0" description = "Quantitative stock screening and valuation service" requires-python = ">=3.12" dependencies = [ "stock-common", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/stock_screener"]