From 76c9570b3905a7708f94a84596ed9397b0e90556 Mon Sep 17 00:00:00 2001 From: Tong Gao Date: Wed, 1 Sep 2021 20:01:30 +0800 Subject: [PATCH] [Enhancement] add CITATION.cff (#476) --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..7d1d93a7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: "OpenMMLab Text Detection, Recognition and Understanding Toolbox" +authors: + - name: "MMOCR Contributors" +version: 0.3.0 +date-released: 2020-08-15 +repository-code: "https://github.com/open-mmlab/mmocr" +license: Apache-2.0