chore: bootstrap housing research platform

This commit is contained in:
2026-06-23 09:43:56 +08:00
commit 479e3f16d4
34 changed files with 4339 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[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 = []
[tool.setuptools.packages.find]
where = ["src"]