Expose frontend scripts exclusively in pytec
This commit is contained in:
parent
1707728c3c
commit
7069111e21
@ -15,7 +15,7 @@ tec_qt = "tec_qt:main"
|
|||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages.find = {}
|
packages.find = {}
|
||||||
py-modules = ["aioexample", "autotune", "example", "plot", "tec_qt", "ui_tec_qt", "waitingspinnerwidget"]
|
py-modules = ["autotune", "plot", "tec_qt"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
"*" = ["*.*"]
|
"*" = ["*.*"]
|
||||||
|
@ -14,5 +14,5 @@ setup(
|
|||||||
"tec_qt = tec_qt:main",
|
"tec_qt = tec_qt:main",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
py_modules=['tec_qt', 'ui_tec_qt', 'autotune', 'waitingspinnerwidget'],
|
py_modules=['autotune', 'plot', 'tec_qt'],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user