fix: 更新项目名称和URL为CArgParse

This commit is contained in:
2025-12-09 19:59:32 +08:00
parent d27e6eb0da
commit 20b3b464a4

View File

@@ -4,12 +4,12 @@ from conan.tools.files import copy
import os
class loggingRecipe(ConanFile):
class CArgParseRecipe(ConanFile):
name = "cargparse"
version = "0.3.2"
license = "MIT"
author = "321640253@qq.com"
url = "https://gitea.youmetme.wang/youmetme/logging"
url = "https://gitea.youmetme.wang/youmetme/CArgParse"
description = "C语言命令行参数解析器"
topics = (
"argparse",