forked from M-Labs/thermostat
pyproject.toml fixes
This commit is contained in:
parent
691269cbdc
commit
82fb0b0ec6
@ -14,8 +14,6 @@ license = {text = "GPLv3"}
|
||||
tec_qt = "tec_qt:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages.find = {}
|
||||
py-modules = ["aioexample", "autotune", "example", "plot", "tec_qt", "ui_tec_qt", "waitingspinnerwidget"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"*" = ["*.*"]
|
||||
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"]
|
||||
|
@ -14,5 +14,6 @@ setup(
|
||||
"tec_qt = tec_qt:main",
|
||||
]
|
||||
},
|
||||
py_modules=['tec_qt', 'ui_tec_qt', 'autotune', 'waitingspinnerwidget'],
|
||||
py_modules=['aioexample', 'autotune', 'example', 'plot', 'tec_qt'],
|
||||
package_data={"*": ["*.ico", "*.ui", "*.json"]},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user