[project] name = "shanghai-housing-research" version = "0.1.0" description = "A lightweight Shanghai housing market research and investment analysis system." requires-python = ">=3.9" dependencies = [ "openpyxl>=3.1", ] [tool.setuptools.packages.find] where = ["src"]