Skip to content

Commit

Permalink
fix installation of pipeline definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Jun 23, 2022
1 parent 34c2e6e commit 15ac5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'datalad_metalad.pathutils',
'datalad_metalad.tests',
'datalad_metalad.metadatatypes'],
package_data={'datalad_metalad.pipeline': ['pipeline/pipelines/*.json']},
package_data={'datalad_metalad.pipeline': ['datalad_metalad/pipeline/pipelines/*.json']},
entry_points={
'datalad.extensions': [
'metalad=datalad_metalad:command_suite',
Expand Down

0 comments on commit 15ac5d5

Please sign in to comment.