From 5e5c1fc477cc9ad00f2fbcf475f34946745cf23c 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 eb444ab..0fe10bc 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ name="pytket-iqm", 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-iqm/index.html",