[Distutils] including an empty directory

Domen Kožar iElectric at gmail.com
Sat Jan 24 13:19:23 CET 2009


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?


More information about the Distutils-SIG mailing list