diff --git a/conanfile.py b/conanfile.py index 9301d0c..eeedbe6 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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",