mirror of https://github.com/open-mmlab/mmcv.git
Add citation (#1303)
parent
e621e08d54
commit
d3b0572408
|
@ -0,0 +1,8 @@
|
||||||
|
cff-version: 1.2.0
|
||||||
|
message: "If you use this software, please cite it as below."
|
||||||
|
authors:
|
||||||
|
- name: "MMCV Contributors"
|
||||||
|
title: "OpenMMLab Computer Vision Foundation"
|
||||||
|
date-released: 2018-08-22
|
||||||
|
url: "https://github.com/open-mmlab/mmcv"
|
||||||
|
license: Apache-2.0
|
2
setup.py
2
setup.py
|
@ -339,7 +339,7 @@ setup(
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
],
|
],
|
||||||
url='https://github.com/open-mmlab/mmcv',
|
url='https://github.com/open-mmlab/mmcv',
|
||||||
author='MMCV Authors',
|
author='MMCV Contributors',
|
||||||
author_email='openmmlab@gmail.com',
|
author_email='openmmlab@gmail.com',
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=['pytest-runner'],
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
|
|
Loading…
Reference in New Issue