Skip to content

Commit 3ff9b53

Browse files
authored
Add MMSeg citation (open-mmlab#825)
* fix typo * add citation
1 parent 1224480 commit 3ff9b53

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CITATION.cff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

149149
if __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',
158158
author_email='[email protected]',
159159
keywords='computer vision, semantic segmentation',
160160
url='http://github.com/open-mmlab/mmsegmentation',

0 commit comments

Comments
 (0)