diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml new file mode 100644 index 00000000..ffef3269 --- /dev/null +++ b/.bandwidth/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + schemaVersion: v1.0.0 + name: python-sdk-location + description: Links to additional entities in the python-sdk repository. + annotations: + github.com/project-slug: Bandwidth/python-sdk +spec: + targets: + - ./component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 00000000..c2fa53d9 --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: python-sdk + description: python-sdk + annotations: + github.com/project-slug: Bandwidth/python-sdk + organization: BW + costCenter: UNKNOWN + buildPlatform: GitHub Actions +spec: + type: Library + owner: github/band-swi + lifecycle: Available