From 97338c26b5d10164eb5645c514915facd05c655b Mon Sep 17 00:00:00 2001 From: allfro Date: Tue, 19 Mar 2013 19:41:34 -0400 Subject: [PATCH] Updated templates --- src/canari/resources/template/README.plate | 1 + src/canari/resources/template/setup.plate | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/canari/resources/template/README.plate b/src/canari/resources/template/README.plate index 8962d13..fecdda7 100644 --- a/src/canari/resources/template/README.plate +++ b/src/canari/resources/template/README.plate @@ -15,6 +15,7 @@ directory structure to use in the following manner: * `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. +* `src/${package}/resources/external` directory is where you can place non-Python transforms written in other languages. 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. diff --git a/src/canari/resources/template/setup.plate b/src/canari/resources/template/setup.plate index 9a1f1c6..20f0639 100755 --- a/src/canari/resources/template/setup.plate +++ b/src/canari/resources/template/setup.plate @@ -14,7 +14,7 @@ setup( '' : [ '*.gif', '*.png', '*.conf', '*.mtz', '*.machine' ] # list of resources }, install_requires=[ - 'canari==${canari_version}' + 'canari' ], dependency_links=[ # custom links for the install_requires -- 2.45.1