From a87f1a358821a7d2897d9721fe28bedacd09bb98 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Fri, 10 Jan 2025 21:57:29 +0500 Subject: [PATCH 1/2] chore: Add catalog-info.yaml file --- catalog-info.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..9e9878e --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,10 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'TinCanPython' + description: "A Python library for implementing Tin Can API." +spec: + type: 'library' \ No newline at end of file From 460716acd25e4f408b59cccd0121a2488eea72f3 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Mon, 27 Jan 2025 12:03:03 +0500 Subject: [PATCH 2/2] fix: Add ownwer info in catalog-info.yaml file --- catalog-info.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 9e9878e..7192dcd 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -7,4 +7,5 @@ metadata: name: 'TinCanPython' description: "A Python library for implementing Tin Can API." spec: - type: 'library' \ No newline at end of file + type: 'library' + owner: group:openedx-unmaintained \ No newline at end of file