I use setuptools to distribute my python package. Now I need to distribute additional datafiles.
From what I\'ve gathered fromt the setuptools documentation, I need
I think that you can basically give anything as an argument *data_files* to setup().