--- setup.py.or 2012-12-06 11:19:24.819432880 +1300 +++ setup.py 2012-12-06 11:19:44.715467594 +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, },