Skip to content

Commit ba89414

Browse files
committed
fix(build): Install config and data namespace packages
1 parent 0e283a0 commit ba89414

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Homepage = "https://github.com/bids-standard/pybids"
7878
[project.scripts]
7979
pybids = "bids.cli:cli"
8080

81+
[tool.setuptools.package-data]
82+
"*" = ["data/*", "data/*/*"]
83+
"bids.layout.config" = ["*.json"]
84+
8185
[tool.versioneer]
8286
VCS = "git"
8387
style = "pep440-pre"

0 commit comments

Comments
 (0)