]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
Added auto install and uninstall of entities and machines during install-package...
authorallfro <ndouba@gmail.com>
Sat, 8 Dec 2012 23:51:55 +0000 (18:51 -0500)
committerallfro <ndouba@gmail.com>
Sat, 8 Dec 2012 23:51:55 +0000 (18:51 -0500)
src/canari/resources/template/README.plate

index 09bfa3bd9e7289d9cf0b698b208a45cdc2ccc0f7..8962d137544a40c5bc23ddf9bef07bd3714f2ed3 100644 (file)
@@ -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.