fix: 更新项目名称和URL为CArgParse
This commit is contained in:
@@ -4,12 +4,12 @@ from conan.tools.files import copy
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class loggingRecipe(ConanFile):
|
class CArgParseRecipe(ConanFile):
|
||||||
name = "cargparse"
|
name = "cargparse"
|
||||||
version = "0.3.2"
|
version = "0.3.2"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
author = "321640253@qq.com"
|
author = "321640253@qq.com"
|
||||||
url = "https://gitea.youmetme.wang/youmetme/logging"
|
url = "https://gitea.youmetme.wang/youmetme/CArgParse"
|
||||||
description = "C语言命令行参数解析器"
|
description = "C语言命令行参数解析器"
|
||||||
topics = (
|
topics = (
|
||||||
"argparse",
|
"argparse",
|
||||||
|
|||||||
Reference in New Issue
Block a user