Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

View File

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "pythermostat" name = "pythermostat"
version = "0.0" version = "0.0"
authors = [{name = "M-Labs"}] authors = [{name = "M-Labs"}]
description = "Python utilities for the Sinara 8451 Thermostat" description = "Control TEC"
urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat" urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat"
license = {text = "GPLv3"} license = {text = "GPLv3"}
@ -16,3 +16,6 @@ thermostat_plot = "pythermostat.plot:main"
[project.scripts] [project.scripts]
thermostat_autotune = "pythermostat.autotune:main" thermostat_autotune = "pythermostat.autotune:main"
thermostat_test = "pythermostat.test:main" thermostat_test = "pythermostat.test:main"
[tool.setuptools]
packages.find = {}