From 597f0836a5e41703dd0d140e5ab9e7b7c6cdf07b Mon Sep 17 00:00:00 2001 From: Thomas Wilmering Date: Fri, 14 Jun 2024 11:12:50 +0100 Subject: [PATCH] correct README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1682064..88fde64 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ an OBO Tool). It takes an OWL ontology and a data graph as inputs and writes th :warning: Before building, verify that **pyproject.toml** includes the following line in the `[tool.poetry]` section: ``` -include = ["cmem_plugin_robotreason/workflow/bin/*"] +include = ["cmem_plugin_robotreason/bin/*"] ```