There is also data_files
data_files=[("yourdir",
["additionalstuff/moredata.txt", "INFO.txt"])],
Have a think about where you want to put those files. More info in the docs.
There is also data_files
data_files=[("yourdir",
["additionalstuff/moredata.txt", "INFO.txt"])],
Have a think about where you want to put those files. More info in the docs.