From d3b057240829a0662125d5e83e002b33cd3fa874 Mon Sep 17 00:00:00 2001
From: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Date: Wed, 1 Sep 2021 19:20:01 +0800
Subject: [PATCH] Add citation (#1303)

---
 CITATION.cff | 8 ++++++++
 setup.py     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 CITATION.cff

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'],