forked from M-Labs/thermostat
Use MANIFEST.in
Allows for more accurate control over included files in pytec package
This commit is contained in:
parent
7069111e21
commit
c415d9de8a
|
@ -0,0 +1,3 @@
|
||||||
|
include resources/*.ico
|
||||||
|
include view/param_tree.json
|
||||||
|
include view/tec_qt.ui
|
|
@ -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]
|
|
||||||
"*" = ["*.*"]
|
|
||||||
|
|
Loading…
Reference in New Issue