From 60c2df04fff8b121a2f6bb7950444847ada2292b Mon Sep 17 00:00:00 2001 From: Yoav Romach Date: Mon, 16 Sep 2024 18:21:12 +0300 Subject: [PATCH] update author --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3453f0e1..eb3d3347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,8 @@ name = "qualang-tools" version = "v0.17.7" description = "The qualang_tools package includes various tools related to QUA programs in Python" +authors = ["Quantum Machines "] license = "BSD-3-Clause" -authors = [ - "QM ", -] packages = [ { include = "qualang_tools" } ]