12 lines
273 B
TOML
12 lines
273 B
TOML
[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"]
|