Skip to content

Commit

Permalink
Merge pull request #44 from stan-dot/add-catalog-info
Browse files Browse the repository at this point in the history
add catalog-info
  • Loading branch information
coretl authored Jun 10, 2024
2 parents 216bcc3 + a7e4753 commit 12a0a68
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"editor.defaultFormatter": "ms-python.python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
"editor.defaultFormatter": "ms-python.python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
16 changes: 16 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: aioca
title: Aioca
description: Asynchronous Channel Access client for asyncio and Python using libca via ctypes
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: DiamondLightSource/aioca
tags:
- python
- epics
spec:
type: library
lifecycle: production
owner: group:Controls

0 comments on commit 12a0a68

Please sign in to comment.