2010/10/5 Roberto Riggio <roberto.rig...@create-net.org>: > 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 - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig