On 12/01/2017 02:47 PM, Bill Deegan wrote: > Is there a simple way to filter out files by name when packaging? > > So we have > src/engine/SCons/Taskmaster.py > src/engine/SCons/TaskmasterTests.py > > I'd like to not package any of the *Tests.py files. there's an exclude_package_data dictionary for this.