GUI: Some repo organisation #1

Merged
linuswck merged 10 commits from gui_dev-repo_org into gui_dev 2024-07-12 10:34:23 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7069111e21 - Show all commits

View File

@ -15,7 +15,7 @@ tec_qt = "tec_qt:main"
[tool.setuptools]
packages.find = {}
py-modules = ["aioexample", "autotune", "example", "plot", "tec_qt", "ui_tec_qt", "waitingspinnerwidget"]
py-modules = ["autotune", "plot", "tec_qt"]
[tool.setuptools.package-data]
"*" = ["*.*"]

View File

@ -14,5 +14,5 @@ setup(
"tec_qt = tec_qt:main",
]
},
py_modules=['tec_qt', 'ui_tec_qt', 'autotune', 'waitingspinnerwidget'],
py_modules=['autotune', 'plot', 'tec_qt'],
)