Skip to content

Commit c41e31c

Browse files
committed
Fix configuration syntax
References: * #40 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 82309ae commit c41e31c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ console_scripts =
3636

3737
[options.package_data]
3838
case_utils = py.typed
39-
case_utils.ontology = *.ttl ontology_and_version_iris.txt
39+
case_utils.ontology =
40+
*.ttl
41+
ontology_and_version_iris.txt
4042

4143
[flake8]
4244
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8

0 commit comments

Comments
 (0)