aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--src/ipm/__main__.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ff641d4..74a8e78 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ipdm"
-version = "0.2.0-rc.2"
+version = "0.2.0-rc.3"
description = "Infini 包管理器"
authors = [
{ name = "苏向夜", email = "fu050409@163.com" },
diff --git a/src/ipm/__main__.py b/src/ipm/__main__.py
index 36abb2b..f018e9f 100644
--- a/src/ipm/__main__.py
+++ b/src/ipm/__main__.py
@@ -5,7 +5,6 @@ from ipm.logging import status, error, tada
import typer
-status.start()
main = typer.Typer(
name="ipm", help="Infini 包管理器", no_args_is_help=True, add_completion=False
)