8 lines
92 B
Python
8 lines
92 B
Python
|
resources(
|
||
|
sources = [
|
||
|
"!**/*.pyc",
|
||
|
"!BUILD*",
|
||
|
"**/*",
|
||
|
],
|
||
|
)
|