Skip to content

Commit 0bc9c24

Browse files
committed
reduce resource scan glob
1 parent fe42d4a commit 0bc9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library_generation/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
'library_generation': '.',
1111
},
1212
package_data={
13-
'library_generation': ['**/*.sh', '**/*.j2'],
13+
'library_generation': ['*/*.sh', 'templates/*.j2'],
1414
}
1515
)

0 commit comments

Comments
 (0)