supplychain/pyproject.toml

18 lines
429 B
TOML

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "supplychain"
version = "1.0.0"
description = "Supply chain management module - suppliers, contracts, sub-resellers, distribution agreements, and sales ledger"
requires-python = ">=3.8"
dependencies = [
"sqlor",
"bricks_for_python",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["supplychain*"]