Skip to content

Commit

Permalink
add test data to package
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Sep 28, 2022
1 parent a4c8519 commit ad5f4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test_requires =
coverage
pytest
pytest-cov
packages = find:
packages = find_namespace:
include_package_data = True

[versioneer]
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
'datalad_metalad.pipeline': 'datalad_metalad/pipeline'
},
package_data={
'datalad_metalad.pipeline': ['pipelines/*.json']
'datalad_metalad.pipeline': ['pipelines/*.json'],
'datalad_metalad.extractors.legacy.tests': ['data/*']
},
entry_points={
'datalad.extensions': [
Expand Down

0 comments on commit ad5f4b8

Please sign in to comment.