From c41e31c6cfe96007183b6af7276d781f5c09108e Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 18 Nov 2022 15:27:01 -0500 Subject: [PATCH] Fix configuration syntax References: * https://github.com/casework/CASE-Utilities-Python/issues/40 Signed-off-by: Alex Nelson --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1ba72f1..fa9b6e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,9 @@ console_scripts = [options.package_data] case_utils = py.typed -case_utils.ontology = *.ttl ontology_and_version_iris.txt +case_utils.ontology = + *.ttl + ontology_and_version_iris.txt [flake8] # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8