We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33656e9 commit 5f2b5f1Copy full SHA for 5f2b5f1
2 files changed
pyproject.toml
@@ -38,6 +38,7 @@ Documentation = "https://jmcomic.readthedocs.io"
38
39
[project.scripts]
40
jmcomic = "jmcomic.cl:main"
41
+jmv = "jmcomic.cl:view_main"
42
43
[tool.setuptools.dynamic]
44
version = {attr = "jmcomic.__version__"}
src/jmcomic/__init__.py
@@ -2,7 +2,7 @@
2
# 被依赖方 <--- 使用方
3
# config <--- entity <--- toolkit <--- client <--- option <--- downloader
4
5
-__version__ = '2.6.17'
+__version__ = '2.6.18'
6
7
from .api import *
8
from .jm_plugin import *
0 commit comments