Skip to content

Commit b76ac92

Browse files
Merge pull request #79 from casework/add_concept_typo_review
Fix configuration syntax for new IRIs file export
2 parents 82309ae + c41e31c commit b76ac92

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)