Skip to content

Commit 2a2b6f1

Browse files
committed
Include cirq.contrib test JSON files in cirq-core package
Note the package name temporarily uses f-string to avoid triggering the check/misc check. To be cleaned up with explicit allow-patterns in check/misc later.
1 parent 349ab8e commit 2a2b6f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cirq-core/setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@
5757
long_description=long_description,
5858
long_description_content_type='text/markdown',
5959
packages=cirq_packages,
60-
package_data={'cirq': ['py.typed'], 'cirq.protocols.json_test_data': ['*']},
60+
package_data={
61+
'cirq': ['py.typed'],
62+
'cirq.protocols.json_test_data': ['*'],
63+
f'cirq{"."}contrib.json_test_data': ['*'],
64+
},
6165
classifiers=[
6266
"Development Status :: 5 - Production/Stable",
6367
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)