From aa7a23f6c99bf32434bc8f48b4c13a97a533098f Mon Sep 17 00:00:00 2001 From: allfro Date: Sat, 8 Dec 2012 18:51:55 -0500 Subject: [PATCH] Added auto install and uninstall of entities and machines during install-package and uninstall-package operations. --- src/canari/resources/template/README.plate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/canari/resources/template/README.plate b/src/canari/resources/template/README.plate index 09bfa3b..8962d13 100644 --- a/src/canari/resources/template/README.plate +++ b/src/canari/resources/template/README.plate @@ -13,6 +13,8 @@ directory structure to use in the following manner: * `src/${package}/transforms/common/entities.py` is where you define your custom entities. Take a look at the examples provided if you want to play around with custom entities. * `maltego/` is where you can store your Maltego entity exports. +* `src/${package}/resources/maltego` directory is where your `entities.mtz` and `*.machine` files can be stored for auto + install and uninstall. If you're going to add a new transform in the transforms directory, remember to update the `__all__` variable in `src/${package}/transforms/__init__.py`. Otherwise, `canari install-package` won't attempt to install the transform. -- 2.45.1