thermostat/pytec/pyproject.toml

19 lines
425 B
TOML
Raw Normal View History

2023-09-14 17:33:10 +08:00
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "pytec"
version = "0.0"
authors = [{name = "M-Labs"}]
description = "Control TEC"
urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat"
license = {text = "GPLv3"}
[project.gui-scripts]
tec_qt = "tec_qt:main"
[tool.setuptools]
packages.find = {}
py-modules = ["tec_qt", "ui_tec_qt", "autotune", "waitingspinnerwidget"]