storage_mgr/pyproject.toml

17 lines
434 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "storage_mgr"
version = "0.1.0"
description = "共享存储管理NFS服务器注册、导出管理、节点挂载、存储配额"
requires-python = ">=3.10"
dependencies = ["apppublic", "sqlor", "ahserver", "appbase"]
[tool.setuptools.package-dir]
"storage_mgr" = "storage_mgr"
[tool.setuptools.packages.find]
where = ["."]