Skip to content

Commit

Permalink
operate all plugin specifica from template out
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Apr 3, 2024
1 parent 7d8b9b5 commit b740a2f
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 466 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/imr.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dotenv: ['.copier-answers.env', '.env']
- check:prepare

vars:
PACKAGE: cmem_plugin_$project_slug
PACKAGE: $project_slug
DIST_DIR: dist

includes:
Expand Down Expand Up @@ -160,15 +160,6 @@ tasks:

# }}}
# {{{ build and deploy tasks

deploy:
desc: Install plugin package in Corporate Memory
deps:
- build
cmds:
- cmemc admin workspace python install dist/*.tar.gz
- cmemc admin workspace python list-plugins

build:
desc: Build a tarball and a wheel package
<<: *preparation
Expand Down
1 change: 0 additions & 1 deletion cmem_plugin_imr/__init__.py

This file was deleted.

83 changes: 0 additions & 83 deletions cmem_plugin_imr/example_icon.svg

This file was deleted.

74 changes: 0 additions & 74 deletions cmem_plugin_imr/example_transform.py

This file was deleted.

Loading

0 comments on commit b740a2f

Please sign in to comment.