From f7a916f3096e2270813a131a1cfe10bd182401fb Mon Sep 17 00:00:00 2001 From: "Y. Xiong" Date: Sun, 11 Oct 2020 00:26:34 +0800 Subject: [PATCH] fix pypi release error (#64) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 44b23340f..e2a07579e 100644 --- a/setup.py +++ b/setup.py @@ -95,6 +95,7 @@ setup( version=get_version(), description='OpenMMLab Image Classification Toolbox and Benchmark', long_description=readme(), + long_description_content_type='text/markdown', author='OpenMMLab', author_email='openmmlab@gmail.com', keywords='computer vision, image classification',