support mmcli (#232)

pull/237/head
LXXXXR 2021-05-01 22:24:16 +08:00 committed by GitHub
parent f970a36898
commit 761c95925d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

6
MANIFEST.in 100644
View File

@ -0,0 +1,6 @@
include mmcls/model_zoo.yml
include mmcls/configs/*/*.py
include mmcls/configs/*/*.yml
include mmcls/tools/*.py
include mmcls/tools/*.sh
include mmcls/tools/*/*.py

View File

@ -0,0 +1 @@
mmcv-full>=1.3.0

View File

@ -101,6 +101,7 @@ setup(
keywords='computer vision, image classification',
url='https://github.com/open-mmlab/mmclassification',
packages=find_packages(exclude=('configs', 'tools', 'demo')),
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',