From 5b2f8e4dcc6b43cdda8db31a17fc0e2ccee2d071 Mon Sep 17 00:00:00 2001 From: James Gallagher Date: Thu, 2 Feb 2023 09:24:08 +0000 Subject: [PATCH] create citation.cff file --- CITATION.cff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..eed5aed8 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,12 @@ +cff-version: 1.2.0 +author: Roboflow +message: If you use this software, please cite it as below. +title: supervision +version: 0.1.0 +date-released: 2023-01-19 +license: MIT +repository-code: https://github.com/roboflow/supervision +keywords: + - computer vision + - image processing + - video processing \ No newline at end of file