--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- setup.py.orig 2012-12-08 22:56:32.268449054 +1300 +++ setup.py 2012-12-08 22:58:42.099588659 +1300 @@ -465,10 +465,8 @@ # Work around a numpy distutils bug by forcing the use of the # setuptools' sdist command. 'sdist': setuptools.command.sdist.sdist, - 'build': MyBuild, 'develop': MyDevelop, 'install_scripts': MyInstallScripts, - 'install_data': MyInstallData, 'gen_docs': GenDocs, 'build_docs': BuildDocs, }, @@ -494,6 +492,6 @@ license = "BSD", long_description = '\n'.join(DOCLINES[3:]), platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"], - zip_safe = False, + zip_safe = True, **config )