On 10/05/2010 06:39 PM, P.J. Eby wrote:
data_files = [('etc/foo/www/', ['dashboard/'+f for f in os.listdir('dashboard')])]

(I would also question the idea of targeting installation directories in this way for a general-use package, but that's a separate issue.)

Why? Which would be a better approach? My software is a daemon
that implements a p2p overlay. The files are an ajax interface to the
daemon that is served by an embedded web server.

R.
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to