[22:39:34] <usinganalias> I’ve included a MANIFEST.in with the single line “recursive-include graphics *.txt” and I have include_package_data=True in my setup.py. Nonetheless, when I run python setup.py install, none of the text files in the graphics folder copy over! What might I be doing wrong?
[22:51:21] <usinganalias> Is there a way to remove all the “dist” and “build” folders from a folder using setup.py? (something like pyton setup.py clean?)