2024-11-25 12:32:46 +08:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "pythermostat"
|
|
|
|
version = "0.0"
|
|
|
|
authors = [{name = "M-Labs"}]
|
2024-11-25 13:38:04 +08:00
|
|
|
description = "Python utilities for the Sinara 8451 Thermostat"
|
2024-11-25 12:32:46 +08:00
|
|
|
urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat"
|
|
|
|
license = {text = "GPLv3"}
|
|
|
|
|
|
|
|
[project.gui-scripts]
|
|
|
|
thermostat_plot = "pythermostat.plot:main"
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
thermostat_autotune = "pythermostat.autotune:main"
|
|
|
|
thermostat_test = "pythermostat.test:main"
|