18 lines
403 B
TOML
18 lines
403 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "voucher"
|
|
version = "2.0.0"
|
|
description = "代金券模块:模板/规则/实例/流水 + 可配置规则引擎 + 注册送券挂钩"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"sqlor",
|
|
"bricks_for_python"
|
|
]
|
|
|
|
[tool.setuptools]
|
|
packages = ["voucher", "voucher.rules"]
|