Unverified Commit 5542c24b authored by Jerry Jiarui XU's avatar Jerry Jiarui XU Committed by GitHub
Browse files

Fixed package data in pip (#303)

parent 8ceb404e
# Copyright (c) Open-MMLab. All rights reserved.
__version__ = '0.5.7'
__version__ = '0.5.8'
......@@ -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',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment