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():
98
98
return packages
99
99
100
100
101
- def add_mim_extention ():
101
+ def add_mim_extension ():
102
102
"""Add extra files that are required to support MIM into the package.
103
103
104
104
These files will be added by creating a symlink to the originals if the
@@ -147,14 +147,14 @@ def add_mim_extention():
147
147
148
148
149
149
if __name__ == '__main__' :
150
- add_mim_extention ()
150
+ add_mim_extension ()
151
151
setup (
152
152
name = 'mmsegmentation' ,
153
153
version = get_version (),
154
154
description = 'Open MMLab Semantic Segmentation Toolbox and Benchmark' ,
155
155
long_description = readme (),
156
156
long_description_content_type = 'text/markdown' ,
157
- author = 'MMSegmentation Authors ' ,
157
+ author = 'MMSegmentation Contributors ' ,
158
158
159
159
keywords = 'computer vision, semantic segmentation' ,
160
160
url = 'http://github.com/open-mmlab/mmsegmentation' ,
You can’t perform that action at this time.
0 commit comments