config_center/pyproject.toml
2025-03-04 12:40:13 +08:00

12 lines
267 B
TOML

[project]
name = "config_center"
version = "1.0.0"
description = "配置中心服务"
authors = [
{name = "Guyue", email = "guyuecw@qq.com"}
]
requires-python = ">=3.8"
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"