From 8db4867ebf2469c98b3fe8d42b23e241496386b1 Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 25 Nov 2024 13:38:04 +0800 Subject: [PATCH] PyThermostat: Improve pyproject metadata --- pythermostat/pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pythermostat/pyproject.toml b/pythermostat/pyproject.toml index 5e37137..3e39759 100644 --- a/pythermostat/pyproject.toml +++ b/pythermostat/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "pythermostat" version = "0.0" authors = [{name = "M-Labs"}] -description = "Control TEC" +description = "Python utilities for the Sinara 8451 Thermostat" urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat" license = {text = "GPLv3"} @@ -16,6 +16,3 @@ thermostat_plot = "pythermostat.plot:main" [project.scripts] thermostat_autotune = "pythermostat.autotune:main" thermostat_test = "pythermostat.test:main" - -[tool.setuptools] -packages.find = {}