forked from M-Labs/thermostat
Move examples into folder
This commit is contained in:
parent
8021faa00d
commit
60b81e7142
@ -16,4 +16,4 @@ tec_qt = "tec_qt:main"
|
||||
[tool.setuptools]
|
||||
packages.find = {} # Use setuptools custom discovery, package directory structure isn't standard
|
||||
package-data = {"*" = ["*.ico", "*.ui", "*.json"]}
|
||||
py-modules = ["aioexample", "autotune", "example", "plot", "tec_qt"]
|
||||
py-modules = ["autotune", "plot", "tec_qt"]
|
||||
|
@ -14,6 +14,6 @@ setup(
|
||||
"tec_qt = tec_qt:main",
|
||||
]
|
||||
},
|
||||
py_modules=['aioexample', 'autotune', 'example', 'plot', 'tec_qt'],
|
||||
py_modules=['autotune', 'plot', 'tec_qt'],
|
||||
package_data={"*": ["*.ico", "*.ui", "*.json"]},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user