Jan. 24, 2009
12:19 p.m.
according to http://svn.python.org/projects/sandbox/trunk/distutils_refactor/distutils/co... and http://docs.python.org/distutils/setupscript.html#installing-additional-file..., you should use the following parameter: data_files=[('data', [])], That *should* make data directory in install dir, but it does not. Suggestions?