2010/10/5 Roberto Riggio <[email protected]>: > data_files = [('etc/foo/www/', [ 'dashboard/*' ])]
You can also use the `glob` module. And as a side remark: It's in my opinion always a good idea to try to avoid hard-coding directory separators (/), and to use os.path.join() instead. Friedrich _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
