diff -r 32c3026f7810 -r b5cd8a2cccab setup.py --- a/setup.py Tue Jul 05 13:00:38 2016 +0200 +++ b/setup.py Tue Jul 05 10:20:33 2016 +0200 @@ -141,8 +141,6 @@ shutil.copy2(src, dest) -EMPTY_FILE = '"""generated file, don\'t modify or your data will be lost"""\n' - class MyInstallLib(install_lib.install_lib): """extend install_lib command to handle package __init__.py and include_dirs variable if necessary