Skip to content

Commit

Permalink
fix: operandi_utils setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 2, 2024
1 parent 172474d commit 602636e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
'operandi_utils.oton',
'operandi_utils.rabbitmq'
],
package_data={'': ['batch_scripts/*.sh', 'nextflow_workflows/*.nf', 'ocrd_all_tool.json']},
package_data={
'': ['batch_scripts/*.sh', 'nextflow_workflows/*.nf', 'ocrd_process_workflows/*.txt', 'ocrd_all_tool.json']
},
install_requires=install_requires,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 602636e

Please sign in to comment.