This commit is contained in:
yumoqing 2025-08-27 16:11:17 +08:00
parent 83599a0cca
commit f084faeccf
2 changed files with 21 additions and 0 deletions

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

17
setup.cfg Normal file
View File

@ -0,0 +1,17 @@
[metadata]
name=ebpp
version = 0.0.1
description = enterprice business process engine
author = "yu moqing"
author_email = "yumoqing@gmail.com"
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires_python = ">=3.8"
install_requires =
apppublic
sqlor
ahserver
bricks-for-python