diff --git a/knime.yml b/knime.yml new file mode 100644 index 0000000000000000000000000000000000000000..d28d46852248bf760b1d0ebc26bf99f75f58008c --- /dev/null +++ b/knime.yml @@ -0,0 +1,13 @@ +name: Supply_chain_visualization # Will be concatenated with the group_id to an ID +author: Luka Filipovic, Octavio Mesa-Varona, Lars Valentin +env_yml_path: env.yml # This is necessary for bundling, but not needed during development +extension_module: main # The .py Python module containing the nodes of your extension +description: supply_chain_visualization # Human readable bundle name / description +long_description: This extension enables the visualization of supply chains. +group_id: BfR_UDG.FoodDecide +version: 0.1.0 # Version of this Python node extension +vendor: BfR (Germany) and UDG (Montenegro) +license_file: LICENSE.TXT # Best practice: put your LICENSE.TXT next to the knime.yml; otherwise you would need to change to path/to/LICENSE.txt + + +