2 Star 0 Fork 0

liuyanzhi08/base_td

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuyanzhi08 提交于 2024-03-26 10:33 . '增加打包支持
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "base_td"
dynamic = ["version"]
description = ''
readme = "README.md"
requires-python = ">=3.8"
license = "MIT"
keywords = []
dependencies = [
"util_td",
"munch"
]
[tool.hatch.version]
path = "__about__.py"
[tool.hatch.build.targets.wheel]
packages = ["."]
[tool.hatch.build.targets.wheel.sources]
"" = "base_td"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/nancle/base_td.git
git@gitee.com:nancle/base_td.git
nancle
base_td
base_td
master

搜索帮助