Skip to content

Commit 9455628

Browse files
sirakiincopybara-github
authored andcommitted
Update vendor sdk setup file for long description.
LiteRT-PiperOrigin-RevId: 760823659
1 parent 4149c07 commit 9455628

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/tools/python/vendor_sdk/mediatek/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ def run(self):
201201
name=PACKAGE_NAME.replace('_', '-'),
202202
version=PACKAGE_VERSION,
203203
description='MediaTek NeuroPilot SDK for AI Edge LiteRT',
204+
long_description='MediaTek NeuroPilot SDK for AI Edge LiteRT.',
205+
long_description_content_type='text/markdown',
204206
url='https://www.tensorflow.org/lite/',
205207
author='Google AI Edge Authors',
206208
author_email='[email protected]',

ci/tools/python/vendor_sdk/qualcomm/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def run(self):
195195
name=PACKAGE_NAME.replace('_', '-'),
196196
version=PACKAGE_VERSION,
197197
description='Qualcomm SDK for AI Edge LiteRT',
198+
long_description='Qualcomm SDK for AI Edge LiteRT.',
199+
long_description_content_type='text/markdown',
198200
url='https://www.tensorflow.org/lite/',
199201
author='Google AI Edge Authors',
200202
author_email='[email protected]',

0 commit comments

Comments
 (0)