mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2024-11-09 11:40:02 +00:00
Updated descriptions
This commit is contained in:
parent
b8f6346c04
commit
01c2d6405f
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from nqrduck.module.module_model import ModuleModel
|
||||
|
||||
class AutoTM(ModuleModel):
|
||||
|
||||
|
Loading…
Reference in a new issue