Skip to content

Commit

Permalink
Add missing bidsschematools file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Sep 25, 2024
1 parent a19ba9d commit bc86c25
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 @@ -90,7 +90,7 @@ install = "build_manpages.install"
build_manpages = "build_manpages.build_manpages"

[tool.setuptools.package-data]
'*' = ['*.yaml', 'schema.json', 'BIDS_VERSION', 'bidscoin.ico', 'bidscoin_logo.png', 'rightarrow.png'] # package names should match these glob patterns (["*"] by default)
'*' = ['*.yaml', 'schema.json', 'BIDS_VERSION', 'SCHEMA_VERSION', 'bidscoin.ico', 'bidscoin_logo.png', 'rightarrow.png'] # package names should match these glob patterns (["*"] by default)

[tool.pytest.ini_options]
testpaths = ['tests']
Expand Down

0 comments on commit bc86c25

Please sign in to comment.