Skip to content

Commit

Permalink
support mmcli (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
LXXXXR authored May 1, 2021
1 parent f970a36 commit 761c959
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions requirements/mminstall.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mmcv-full>=1.3.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def gen_packages_items():
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',
Expand Down

0 comments on commit 761c959

Please sign in to comment.