Is there a convenient way in a distutils setup to determine which files will be included as part of the package setup. The need arises because I want to exclude those files from the package_data argument after doing a recursive sweep of the package folder to locate all files inclding .py etc etc. -- Robin Becker