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 3 additions and 3 deletions
Showing only changes of commit c415d9de8a - Show all commits

3
pytec/MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include resources/*.ico
include view/param_tree.json
include view/tec_qt.ui

View File

@ -16,6 +16,3 @@ tec_qt = "tec_qt:main"
[tool.setuptools] [tool.setuptools]
packages.find = {} packages.find = {}
py-modules = ["autotune", "plot", "tec_qt"] py-modules = ["autotune", "plot", "tec_qt"]
[tool.setuptools.package-data]
"*" = ["*.*"]