pbl_blueprint/pyproject.toml

14 lines
336 B
TOML
Raw 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.

[project]
name = "pbl_blueprint"
version = "0.1.0"
description = "PBL 蓝图聚合根 + 7 类子对象泛化契约 + 版本/模板/forkM1a"
requires-python = ">=3.7"
dependencies = ["pbl_common"]
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["pbl_blueprint"]