Skip to content

Commit

Permalink
Updated project .toml to include json class_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Sep 22, 2024
1 parent 5f05c97 commit 5ba3a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ include = ["hed*"]
namespaces = false

[tool.setuptools.package-data]
hed = ["schema/schema_data/*.xml", "resources/*.png"]
hed = ["schema/schema_data/*.xml", "resources/*.png", "validator/util/class_regex.json"]

[tool.codespell]
skip = '*.git,*.pdf,*.svg,versioneer.py,venv*,*.tsv,*.yaml,*.yml,*.json,*.rdf,*.jsonld,spec_tests,,*.xml,*.mediawiki,*.omn,*.toml'
Expand Down

0 comments on commit 5ba3a27

Please sign in to comment.