Fixed package data in pip ()

pull/311/head
Jerry Jiarui XU 2020-05-30 13:04:37 +08:00 committed by GitHub
parent 8ceb404ea6
commit 5542c24bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# Copyright (c) Open-MMLab. All rights reserved.
__version__ = '0.5.7'
__version__ = '0.5.8'

View File

@ -149,6 +149,7 @@ setup(
long_description=readme(),
keywords='computer vision',
packages=find_packages(),
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',