-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "supermemo-toolkit" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "SuperMemo 增强工具(CLI命令行)。包含图链整理、EPUB图书转换导入、Latex公式转图片等。" | ||
license = "GPL-2.0-only" | ||
authors = ["mingyue <[email protected]>"] | ||
|
@@ -52,5 +52,5 @@ smtk = "supermemo_toolkit.smtk:main" | |
#设置poetry包管理工具的自定义pypi镜像源配置 | ||
[[tool.poetry.source]] | ||
name = "tencent" | ||
url = "http://mirrors.aliyun.com/pypi/simple/" | ||
url = "https://mirrors.aliyun.com/pypi/simple/" | ||
priority = "primary" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters