Skip to content

Commit 7841187

Browse files
initial commit (#97)
1 parent 2859e49 commit 7841187

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/empack_config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ packages:
157157
include_patterns:
158158
- pattern: '*.py'
159159
- pattern: '*.html'
160+
pint:
161+
include_patterns:
162+
- pattern: '*.so'
163+
- pattern: '*.py'
164+
- pattern: '*.txt'
165+
exclude_patterns:
166+
- pattern: '**/tests/**/*.py'
167+
- pattern: '**/tests/**/*.so'
160168
default:
161169
include_patterns:
162170
- pattern: '*.so'

0 commit comments

Comments
 (0)