Skip to content

Commit bfdcbbf

Browse files
authored
Merge pull request #80 from VJAYSLN/master
Update setup.py
2 parents a5c2803 + 271f85e commit bfdcbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run(self):
3737
class CustomInstall(install):
3838
def run(self):
3939
self.run_command('build_ext')
40-
self.do_egg_install()
40+
install.run(self)
4141

4242
class Swig3Ext(build_ext):
4343
def find_swig(self):

0 commit comments

Comments
 (0)