From 30393fadcb443a4a8a5659188c61ca1c4be1ad82 Mon Sep 17 00:00:00 2001 From: Chintan Joshi Date: Tue, 6 Aug 2024 18:58:49 +0530 Subject: [PATCH] chore: add catalog-info.yml (#104) * chore: add catalog-info.yml * chore: remove annotation for main Co-authored-by: Feanil Patel * chore: remove links Co-authored-by: Feanil Patel --------- Co-authored-by: Feanil Patel --- catalog-info.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..9b491b4 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +# 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: 'openedx-calc' + description: > + A helper library for mathematical calculations and + symbolic mathematics, used by the edx-platform. + links: [] + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:openedx-unmaintained + type: 'library' + lifecycle: 'production'