Skip to content

Commit

Permalink
initial commit (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold authored May 21, 2024
1 parent 2859e49 commit 7841187
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/empack_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ packages:
include_patterns:
- pattern: '*.py'
- pattern: '*.html'
pint:
include_patterns:
- pattern: '*.so'
- pattern: '*.py'
- pattern: '*.txt'
exclude_patterns:
- pattern: '**/tests/**/*.py'
- pattern: '**/tests/**/*.so'
default:
include_patterns:
- pattern: '*.so'
Expand Down

0 comments on commit 7841187

Please sign in to comment.