Move examples into folder

This commit is contained in:
atse 2024-06-21 17:08:36 +08:00
parent 8021faa00d
commit 60b81e7142
4 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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"]},
)