Updated descriptions

This commit is contained in:
jupfi 2023-06-27 21:53:41 +02:00
parent b8f6346c04
commit 01c2d6405f
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ authors = [
{ name="Julia Pfitzer", email="git@jupfi.me" },
]
description = "Simple Python script to interact with an automatic Tuning and Matching (TM) system used for NQR spectroscopy."
description = "A module for the NQRduck program (a simple python script™) for automatic Tuning and Matching (TM) system used for NQR spectroscopy."
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"

View file

@ -1,4 +1,5 @@
from nqrduck.module.module_model import ModuleModel
class AutoTM(ModuleModel):