From 01c2d6405f64675bb5898fffa44e3a3622eadfd1 Mon Sep 17 00:00:00 2001 From: jupfi Date: Tue, 27 Jun 2023 21:53:41 +0200 Subject: [PATCH] Updated descriptions --- pyproject.toml | 2 +- src/AutoTM/AutoTM.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b84ec7..544e853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/AutoTM/AutoTM.py b/src/AutoTM/AutoTM.py index 12470f4..e0ebd9b 100644 --- a/src/AutoTM/AutoTM.py +++ b/src/AutoTM/AutoTM.py @@ -1,4 +1,5 @@ from nqrduck.module.module_model import ModuleModel class AutoTM(ModuleModel): + \ No newline at end of file