25 lines
752 B
TOML
25 lines
752 B
TOML
[build-system]
|
||
requires = ["setuptools>=61.0"]
|
||
build-backend = "setuptools.build_meta"
|
||
|
||
[project]
|
||
name = "pbl_domain_ext"
|
||
version = "1.0.0"
|
||
description = "PBL 基础域薄扩展(M8):world/scene/entity 关联叠加(pbl_domain_ref 单表,不改基表)+ 13 个租户隔离查询契约"
|
||
readme = "README.md"
|
||
requires-python = ">=3.8"
|
||
license = {text = "Proprietary"}
|
||
authors = [{name = "PBL Agent OS Team"}]
|
||
keywords = ["pbl", "domain-ext", "world", "scene", "entity", "multi-tenant", "thin-extension"]
|
||
dependencies = []
|
||
|
||
[project.optional-dependencies]
|
||
dev = []
|
||
|
||
[tool.setuptools]
|
||
packages = ["pbl_domain_ext"]
|
||
include-package-data = true
|
||
|
||
[tool.setuptools.package-data]
|
||
pbl_domain_ext = ["../models/*.json", "../json/*.json", "../sql/*.sql"]
|