From 6e6a0f58535137958c7e7a549752759e87f974d6 Mon Sep 17 00:00:00 2001 From: neilsjefferies <37909475+neilsjefferies@users.noreply.github.com> Date: Fri, 19 Aug 2022 18:13:41 +0100 Subject: [PATCH] Create .zenodo.json (#56) --- .zenodo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..9bb32be --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,12 @@ +{ + "license": "cc-by-4.0", + + "title": "Oxford Common File Layout - Extensions", + + "keywords": ["OCFL", "Extensions", "Preservation"], + + "communities": [ + {"identifier": "ocfl"} + ] + +}