diff --git a/setup.py b/setup.py index 928999e..6872bea 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ def run(self): class CustomInstall(install): def run(self): self.run_command('build_ext') - self.do_egg_install() + # self.do_egg_install() + install.run(self) class Swig3Ext(build_ext): def find_swig(self):