[build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [project] name = "pbl_blueprint" version = "1.0.0" description = "PBL 蓝图聚合根与子对象、版本、模板(M1a/M1b)" requires-python = ">=3.8" dependencies = ["sqlor", "bricks_for_python"] [tool.setuptools.packages.find] where = ["."] include = ["pbl_blueprint*"]