according to http://svn.python.org/projects/sandbox/trunk/distutils_refactor/distutils/command/install_data.py and http://docs.python.org/distutils/setupscript.html#installing-additional-files, you should use the following parameter:
data_files=[('data', [])],
That *should* make data directory in install dir, but it does not.
Suggestions?
_______________________________________________
Distutils-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig
