Skip to content

Commit

Permalink
Updated: setup.py **/* to take subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
Caparrini committed Oct 28, 2024
1 parent 82ab39e commit 930b104
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 @@ -143,7 +143,7 @@ def read_requirements(requirements_file):
# If there are data files included in your packages that need to be
# installed, specify them here.
package_data={ # Optional
"mloptimizer": ["infrastructure/config/*"],
"mloptimizer": ["infrastructure/config/**/*"],
},
# Entry points. The following would provide a command called `sample` which
# executes the function `main` from this package when invoked:
Expand Down

0 comments on commit 930b104

Please sign in to comment.