Skip to content

Commit

Permalink
[Feature] Support MMCli (#867)
Browse files Browse the repository at this point in the history
* resolve comments

* update changelog

* support mmcli
  • Loading branch information
kennymckormick authored May 17, 2021
1 parent 9c2cdd9 commit 006952d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include mmcls/configs *.py *.yml
recursive-include mmcls/tools *.sh *.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.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def gen_packages_items():
maintainer_email='openmmlab@gmail.com',
packages=find_packages(exclude=('configs', 'tools', 'demo')),
keywords='computer vision, video understanding',
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 006952d

Please # to comment.