Skip to content

Commit

Permalink
remove mim demo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed Jul 27, 2021
1 parent 14fcb81 commit ee62c53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ include requirements/*.txt
include mmseg/.mim/model-index.yml
recursive-include mmseg/.mim/configs *.py *.yml
recursive-include mmseg/.mim/tools *.py *.sh
recursive-include mmseg/.mim/demo *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def add_mim_extention():
else:
return

filenames = ['tools', 'configs', 'demo', 'model-index.yml']
filenames = ['tools', 'configs', 'model-index.yml']
repo_path = osp.dirname(__file__)
mim_path = osp.join(repo_path, 'mmseg', '.mim')
os.makedirs(mim_path, exist_ok=True)
Expand Down

0 comments on commit ee62c53

Please sign in to comment.