yukilog/README.md
2025-06-07 18:00:07 +00:00

18 lines
428 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 怎么用
uv作为依赖管理可以在pyproject.toml中加入其他自行文档
```toml
# 索引和源
[[tool.uv.index]]
name = "liteyuki-pypi"
url = "https://git.liteyuki.org/api/packages/LiteyukiStudio/pypi/simple"
publish-url = "https://git.liteyuki.org/api/packages/LiteyukiStudio/pypi"
explicit = true
# 从轻雪源安装的包请在此标记
[tool.uv.sources]
yukilog = [
{ index = "liteyuki-pypi" },
]
```