Support uv for Python

This commit is contained in:
happy game
2024-12-11 14:24:23 +08:00
parent a5dcaad8d0
commit 90ecd7f5ed
3 changed files with 143 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
* | yongxiang <1926885268@qq.com>
* |
* Created On : <2023-08-28>
* Last Modified : <2024-12-08>
* Last Modified : <2024-12-11>
*
* chsrc: Change Source —— 全平台通用命令行换源工具
* ------------------------------------------------------------*/
@@ -41,6 +41,7 @@
#include "recipe/lang/Python/Poetry.c"
#include "recipe/lang/Python/PDM.c"
#include "recipe/lang/Python/Rye.c"
#include "recipe/lang/Python/uv.c"
#include "recipe/lang/Python/Python.c"
#include "recipe/lang/Node.js/common.h"