Index: setuptools-24.0.0/setup.py --- setuptools-24.0.0/setup.py.orig 2014-07-06 19:59:07.000000000 +0200 +++ setuptools-24.0.0/setup.py 2014-07-10 20:16:07.072013308 +0200 @@ -101,7 +101,7 @@ long_description = readme_file.read() + '\n' + changes_file.read() package_data = { - 'setuptools': ['script (dev).tmpl', 'script.tmpl', 'site-patch.py']} + 'setuptools': ['script-dev.tmpl', 'script.tmpl', 'site-patch.py']} force_windows_specific_files = ( os.environ.get("SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES") not in (None, "", "0")