feat:添加python进行conan编写增强

This commit is contained in:
2025-07-08 16:41:48 +08:00
parent b273fd86e8
commit aecfbbb74a
3 changed files with 248 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "logging"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"conan>=2.18.1",
]