From 6fde13511cb171084101d3d945d81a36fa81b1a0 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 18 Nov 2022 13:19:32 -0500 Subject: [PATCH] Export new IRIs file https://github.com/casework/CASE-Utilities-Python/issues/40 Signed-off-by: Alex Nelson --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 401504c..1ba72f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ console_scripts = [options.package_data] case_utils = py.typed -case_utils.ontology = *.ttl +case_utils.ontology = *.ttl ontology_and_version_iris.txt [flake8] # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8