commit | e68620637f3605e72e2c66a5e0316c868575413f | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Thu May 12 10:04:14 2022 -0700 |
committer | Scott Main <smain@google.com> | Thu May 12 10:04:14 2022 -0700 |
tree | 1e43065ab4acf9f0ff8a1ca282610b0cd61ebe25 | |
parent | e916100b86ef24303a0c8057a14e5f829f05b0f6 [diff] |
Declare readme content type for PyPi Change-Id: I2ac05bfe9f2e695fa9caaa2ec8d96fe9d574a0ec
diff --git a/setup.py b/setup.py index fcde834..062a168 100644 --- a/setup.py +++ b/setup.py
@@ -54,6 +54,7 @@ name='aiymakerkit', description='Simple API for ML inferencing with TF Lite and Coral Edge TPU', long_description=read('README.md'), + long_description_content_type='text/markdown', license='Apache 2', version=find_version(read('aiymakerkit/__init__.py')), author='Coral',