17 lines
434 B
TOML
17 lines
434 B
TOML
[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 = ["."]
|