From c5878e75ffad20bb958fd75a659d786a1d85ac5d Mon Sep 17 00:00:00 2001 From: gooker_young Date: Wed, 8 Jul 2026 21:17:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=89=A9=E5=B1=95=20tox=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BE=9D=E8=B5=96=E5=B9=B6=E6=96=B0=E5=A2=9E=20pyflow?= =?UTF-8?q?x=20=E8=84=9A=E6=9C=AC=E5=88=AB=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 7 ++++--- tox.ini | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b632ca1..1e5d0cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,10 @@ requires-python = ">=3.10" version = "0.4.9" [project.scripts] -emlman = "pyflowx.cli.legacy.emlmanager:main" -pf = "pyflowx.cli.pf:main" -pxp = "pyflowx.cli.legacy.profiler:main" +emlman = "pyflowx.cli.legacy.emlmanager:main" +pf = "pyflowx.cli.pf:main" +pxp = "pyflowx.cli.legacy.profiler:main" +pyflowx = "pyflowx.cli.pf:main" [project.optional-dependencies] dev = [ diff --git a/tox.ini b/tox.ini index 72b63a0..2259fdc 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ skipsdist = true [testenv] uv_sync = true deps = - .[dev] + .[dev,docs,fast,office] commands = pytest -m "not slow" {posargs} passenv =