From 613572b95c4eee1d3f9ad23e76619bb4de94fc7f Mon Sep 17 00:00:00 2001 From: zprobot <1727697083@qq.com> Date: Tue, 11 Jun 2024 16:19:18 +0800 Subject: [PATCH] fixed: error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1af8fe2..17dbbea 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def get_version(rel_path): "ddt", "psutil", ], - entry_points={"console_scripts": ["quantmsioc = quantmsio.quantmsio_cli:quantms_io_main"]}, + entry_points={"console_scripts": ["quantmsioc = quantmsio.quantmsioc:quantms_io_main"]}, platforms=["any"], classifiers=[ "Programming Language :: Python :: 3",