Use MANIFEST.in

Allows for more accurate control over included files in pytec package
This commit is contained in:
atse 2024-07-10 15:16:21 +08:00
parent 7069111e21
commit c415d9de8a
2 changed files with 3 additions and 3 deletions

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]
packages.find = {}
py-modules = ["autotune", "plot", "tec_qt"]
[tool.setuptools.package-data]
"*" = ["*.*"]