Skip to content

Commit 35322ae

Browse files
authored
Specify long_description_content_type so that PyPI accepts wheels (#7035)
Fixes #7028
1 parent a8bc77b commit 35322ae

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

cirq-aqt/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
license='Apache 2',
7272
description=description,
7373
long_description=long_description,
74+
long_description_content_type='text/markdown',
7475
packages=cirq_packages,
7576
package_data={'cirq_aqt': ['py.typed'], 'cirq_aqt.json_test_data': ['*']},
7677
classifiers=[

cirq-core/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
license='Apache 2',
7676
description=description,
7777
long_description=long_description,
78+
long_description_content_type='text/markdown',
7879
packages=cirq_packages,
7980
package_data={'cirq': ['py.typed'], 'cirq.protocols.json_test_data': ['*']},
8081
classifiers=[

cirq-google/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
license='Apache 2',
7474
description=description,
7575
long_description=long_description,
76+
long_description_content_type='text/markdown',
7677
packages=packs,
7778
package_data={
7879
'cirq_google': ['py.typed'],

cirq-ionq/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
license='Apache 2',
7171
description=description,
7272
long_description=long_description,
73+
long_description_content_type='text/markdown',
7374
packages=cirq_packages,
7475
package_data={'cirq_ionq': ['py.typed'], 'cirq_ionq.json_test_data': ['*']},
7576
classifiers=[

cirq-pasqal/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
license='Apache 2',
7070
description=description,
7171
long_description=long_description,
72+
long_description_content_type='text/markdown',
7273
packages=cirq_packages,
7374
package_data={'cirq_pasqal': ['py.typed'], 'cirq_pasqal.json_test_data': ['*']},
7475
classifiers=[

cirq-rigetti/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
license='Apache 2',
7272
description=description,
7373
long_description=long_description,
74+
long_description_content_type='text/markdown',
7475
packages=cirq_packages,
7576
package_data={'cirq_rigetti': ['py.typed'], 'cirq_rigetti.json_test_data': ['*']},
7677
classifiers=[

cirq-web/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
license='Apache 2',
7474
description=description,
7575
long_description=long_description,
76+
long_description_content_type='text/markdown',
7677
packages=packs,
7778
package_data={'cirq_web': ['dist/*'], 'cirq_ts': ['dist/*.bundle.js']},
7879
classifiers=[

0 commit comments

Comments
 (0)