From 8fcd00292ef03b1e1c2a1fcc7d6d0e3daf208fe2 Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 18 Sep 2023 12:10:55 +0800 Subject: [PATCH] Add the rest of the modules --- pytec/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/pyproject.toml b/pytec/pyproject.toml index 668354f..e36fa60 100644 --- a/pytec/pyproject.toml +++ b/pytec/pyproject.toml @@ -15,4 +15,4 @@ tec_qt = "tec_qt:main" [tool.setuptools] packages.find = {} -py-modules = ["tec_qt", "ui_tec_qt", "autotune", "waitingspinnerwidget"] +py-modules = ["aioexample", "autotune", "example", "plot", "tec_qt", "ui_tec_qt", "waitingspinnerwidget"]