product_management/pyproject.toml

18 lines
439 B
TOML

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "product_management"
version = "1.0.0"
description = "Sage product management module - dynamic category tree, product registry, operator config, standardized API"
requires-python = ">=3.8"
dependencies = [
"sqlor",
"bricks_for_python",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["product_management*"]