]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
Updated templates
authorallfro <ndouba@gmail.com>
Tue, 19 Mar 2013 23:41:34 +0000 (19:41 -0400)
committerallfro <ndouba@gmail.com>
Tue, 19 Mar 2013 23:41:34 +0000 (19:41 -0400)
src/canari/resources/template/README.plate
src/canari/resources/template/setup.plate

index 8962d137544a40c5bc23ddf9bef07bd3714f2ed3..fecdda7d87799d8f709831d7fafe8327a84e1aa8 100644 (file)
@@ -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.
index 9a1f1c61174c30a1a0204e96b82a509b55a18605..20f063911d04d44c4130a7a6dcaebbaadeb2c0c7 100755 (executable)
@@ -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