mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Add do_egg_install()
This commit is contained in:
parent
e58006b5d4
commit
bd3cba4cce
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -310,6 +310,7 @@ class install(_install):
|
|||
for cmd_name in self.get_sub_commands():
|
||||
self.run_command(cmd_name)
|
||||
_install.run(self)
|
||||
self.do_egg_install()
|
||||
|
||||
cmdclass = {
|
||||
'build': build,
|
||||
|
|
Loading…
Add table
Reference in a new issue