pbl_domain_ext/pyproject.toml
2026-09-18 12:12:52 +08:00

25 lines
752 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pbl_domain_ext"
version = "1.0.0"
description = "PBL 基础域薄扩展M8world/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"]