chore: 扩展 tox 测试依赖并新增 pyflowx 脚本别名
This commit is contained in:
+4
-3
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user