fix pypi release error (#64)

This commit is contained in:
Y. Xiong 2020-10-11 00:26:34 +08:00 committed by GitHub
parent d369645e23
commit f7a916f309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',