15 lines
424 B
TOML
15 lines
424 B
TOML
[build-system]
|
||
requires = ["setuptools>=45", "wheel"]
|
||
build-backend = "setuptools.build_meta"
|
||
|
||
[project]
|
||
name = "world"
|
||
version = "1.0.0"
|
||
description = "世界定义与管理模块(W-01 世界管理):world 表 CRUD、列表查询、自动编码、mode 白名单与流转校验"
|
||
requires-python = ">=3.8"
|
||
dependencies = ["sqlor", "bricks_for_python"]
|
||
|
||
[tool.setuptools.packages.find]
|
||
where = ["."]
|
||
include = ["world*"]
|