From d23bce00cd37895a8b8b828ee902e7ed188fb4d3 Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Tue, 10 May 2022 08:15:58 -0700 Subject: [PATCH] Add median calibrations to package --- cirq-google/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cirq-google/setup.py b/cirq-google/setup.py index 3da2c648f7c..dc16056b9e5 100644 --- a/cirq-google/setup.py +++ b/cirq-google/setup.py @@ -72,6 +72,7 @@ 'cirq_google': ['py.typed'], 'cirq_google.api.v2': ['*'], 'cirq_google.api.v1': ['*'], + 'cirq_google.devices.calibrations': ['*'], 'cirq_google.devices.specifications': ['*'], 'cirq_google.json_test_data': ['*'], },