From 97519c737d474b76815a45239ab1d1b3886f9bf7 Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 14 May 2024 15:50:55 +0100 Subject: [PATCH] update tket email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c22d3c..8bdd7f9 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ name="pytket-qulacs", version=metadata["__extension_version__"], author="TKET development team", - author_email="tket-support@cambridgequantum.com", + author_email="tket-support@quantinuum.com", python_requires=">=3.10", project_urls={ "Documentation": "https://tket.quantinuum.com/extensions/pytket-qulacs/index.html",