Skip to content

Commit

Permalink
add citation (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
GT9505 authored Aug 31, 2021
1 parent 72d6592 commit acb729a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- name: "MMTracking Contributors"
title: "OpenMMLab Video Perception Toolbox and Benchmark"
date-released: 2021-01-04
url: "https://github.com/open-mmlab/mmtracking"
license: Apache-2.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def gen_packages_items():
return packages


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


if __name__ == '__main__':
add_mim_extention()
add_mim_extension()
setup(
name='mmtrack',
version=get_version(),
description='OpenMMLab Unified Video Perception Platform',
long_description=readme(),
long_description_content_type='text/markdown',
author='OpenMMLab',
author='MMTracking Contributors',
author_email='[email protected]',
keywords='computer vision, object tracking, video object detection',
url='https://github.com/open-mmlab/mmtracking',
Expand Down

0 comments on commit acb729a

Please sign in to comment.