Skip to content

Commit

Permalink
initial commit (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold authored May 21, 2024
1 parent cc5bb96 commit 75a76a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions empack_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ packages:
- pattern: 'html/**'
- pattern: 'external/**'
- pattern: '**/*.dist-info/METADATA'
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 75a76a2

Please sign in to comment.