File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ cff-version : 1.2.0
2+ message : " If you use this software, please cite it as below."
3+ authors :
4+ - name : " MMSegmentation Contributors"
5+ title : " OpenMMLab Semantic Segmentation Toolbox and Benchmark"
6+ date-released : 2020-07-10
7+ url : " https://github.com/open-mmlab/mmsegmentation"
8+ license : Apache-2.0
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def gen_packages_items():
9898 return packages
9999
100100
101- def add_mim_extention ():
101+ def add_mim_extension ():
102102 """Add extra files that are required to support MIM into the package.
103103
104104 These files will be added by creating a symlink to the originals if the
@@ -147,14 +147,14 @@ def add_mim_extention():
147147
148148
149149if __name__ == '__main__' :
150- add_mim_extention ()
150+ add_mim_extension ()
151151 setup (
152152 name = 'mmsegmentation' ,
153153 version = get_version (),
154154 description = 'Open MMLab Semantic Segmentation Toolbox and Benchmark' ,
155155 long_description = readme (),
156156 long_description_content_type = 'text/markdown' ,
157- author = 'MMSegmentation Authors ' ,
157+ author = 'MMSegmentation Contributors ' ,
158158159159 keywords = 'computer vision, semantic segmentation' ,
160160 url = 'http://github.com/open-mmlab/mmsegmentation' ,
You can’t perform that action at this time.
0 commit comments