17 lines
443 B
TOML
17 lines
443 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "image_mgr"
|
|
version = "0.1.0"
|
|
description = "容器镜像管理:国内镜像源配置、本地镜像仓库、客户自定义镜像导入导出"
|
|
requires-python = ">=3.10"
|
|
dependencies = ["apppublic", "sqlor", "ahserver", "appbase"]
|
|
|
|
[tool.setuptools.package-dir]
|
|
"image_mgr" = "image_mgr"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|