Skip to content

Commit

Permalink
refine setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WU-Wenhao committed Jul 27, 2021
1 parent 6e29fe2 commit c7c2def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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, 'mmdet3d', '.mim')
os.makedirs(mim_path, exist_ok=True)
Expand Down

0 comments on commit c7c2def

Please sign in to comment.