Skip to content

Commit

Permalink
try packaging data
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Oct 8, 2024
1 parent e4b55ed commit 29f5059
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/schemacode/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ omit = [
]
parallel = true

[tool.hatch.build.targets.sdist]
include = [
"bidsschematools/**/*.py",
"bidsschematools/data/metaschema.json",
"bidsschematools/data/schema/BIDS_VERSION",
"bidsschematools/data/schema/SCHEMA_VERSION",
"bidsschematools/data/schema/**/*.yaml",
"bidsschematools/tests/data/**/*",
"bidsschematools/tests/data/**/.bidsignore"
]

[tool.isort]
multi_line_output = 3
profile = "black"
Expand Down

0 comments on commit 29f5059

Please sign in to comment.