From 89132d5039dea41ea61f561e0aef09b5f754ddf1 Mon Sep 17 00:00:00 2001
From: Olle Vidner <olle@vidner.se>
Date: Wed, 18 Aug 2021 19:27:09 +0200
Subject: [PATCH] Use CITATION.cff instead of Zenodo metadata

---
 .zenodo.json | 12 ------------
 CITATION.cff | 11 +++++++++++
 2 files changed, 11 insertions(+), 12 deletions(-)
 delete mode 100644 .zenodo.json
 create mode 100644 CITATION.cff

diff --git a/.zenodo.json b/.zenodo.json
deleted file mode 100644
index c743d14..0000000
--- a/.zenodo.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-  "title": "OpenMDAO-Bridge-Excel",
-  "description": "<p>An OpenMDAO component for running analyses in Excel.</p><p>More information is available on GitHub and in the README file.</p>",
-  "license": "MIT",
-  "creators": [
-    {
-      "affiliation": "Link\u00f6ping University",
-      "name": "Vidner, Olle",
-      "orcid": "0000-0002-1157-2480"
-    }
-  ]
-}
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 0000000..1a6b5ac
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,11 @@
+cff-version: 1.2.0
+message: "If you use this software, please cite it using the metadata supplied in the CITATION.cff file."
+doi: 10.5281/zenodo.4501330
+title: "OpenMDAO-Bridge-Excel"
+authors:
+  - family-names: Vidner
+    given-names: Olle
+    affiliation: Linköping University
+    orcid: https://orcid.org/0000-0002-1157-2480
+license: MIT
+repository-code: https://github.com/ovidner/openmdao-bridge-excel
-- 
GitLab