Skip to content

Commit acb729a

Browse files
authored
add citation (#253)
1 parent 72d6592 commit acb729a

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: "MMTracking Contributors"
5+
title: "OpenMMLab Video Perception Toolbox and Benchmark"
6+
date-released: 2021-01-04
7+
url: "https://github.com/open-mmlab/mmtracking"
8+
license: Apache-2.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def gen_packages_items():
128128
return packages
129129

130130

131-
def add_mim_extention():
131+
def add_mim_extension():
132132
"""Add extra files that are required to support MIM into the package.
133133
134134
These files will be added by creating a symlink to the originals if the
@@ -177,14 +177,14 @@ def add_mim_extention():
177177

178178

179179
if __name__ == '__main__':
180-
add_mim_extention()
180+
add_mim_extension()
181181
setup(
182182
name='mmtrack',
183183
version=get_version(),
184184
description='OpenMMLab Unified Video Perception Platform',
185185
long_description=readme(),
186186
long_description_content_type='text/markdown',
187-
author='OpenMMLab',
187+
author='MMTracking Contributors',
188188
author_email='openmmlab@gmail.com',
189189
keywords='computer vision, object tracking, video object detection',
190190
url='https://github.com/open-mmlab/mmtracking',

0 commit comments

Comments
 (0)