fix: 更新项目名称和URL为CArgParse
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user