diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..786117aac --- /dev/null +++ b/CITATION.cff @@ -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 diff --git a/setup.py b/setup.py index 3ae08dfc5..4dae61521 100644 --- a/setup.py +++ b/setup.py @@ -339,7 +339,7 @@ setup( 'Topic :: Utilities', ], url='https://github.com/open-mmlab/mmcv', - author='MMCV Authors', + author='MMCV Contributors', author_email='openmmlab@gmail.com', setup_requires=['pytest-runner'], tests_require=['pytest'],