From a45e2dbb71d92b2de831d3f14839edb279eafe99 Mon Sep 17 00:00:00 2001
From: Octavio Mesa-Varona <octavio.mesa-varona@bfr.bund.de>
Date: Tue, 5 Dec 2023 09:21:51 +0000
Subject: [PATCH] Neue Datei hochladen

---
 knime.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 knime.yml

diff --git a/knime.yml b/knime.yml
new file mode 100644
index 0000000..d28d468
--- /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
+
+
+
-- 
GitLab