mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 14:05:57 +00:00
Do the egg_install in setup
This commit is contained in:
parent
baa7cc7a41
commit
484fe772c1
1
setup.py
1
setup.py
@ -310,6 +310,7 @@ class install(_install):
|
|||||||
for cmd_name in self.get_sub_commands():
|
for cmd_name in self.get_sub_commands():
|
||||||
self.run_command(cmd_name)
|
self.run_command(cmd_name)
|
||||||
_install.run(self)
|
_install.run(self)
|
||||||
|
self.do_egg_install()
|
||||||
|
|
||||||
cmdclass = {
|
cmdclass = {
|
||||||
'build': build,
|
'build': build,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user