From cde4c22e3ce9022afed58733f2b7aea8f14b2d55 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Thu, 5 Dec 2024 11:15:59 -0500 Subject: [PATCH] build: add catalog-info.yaml --- catalog-info.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..2618107 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +# 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: + # (Required) Must be the name of the repo, without the owning organization. + name: 'django-require' +spec: + owner: user:kdmccormick + type: 'library' + lifecycle: 'deprecated' + subcomponentOf: 'edx-platform'