Reinstate mnexec in install.
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from os.path import join
|
from os.path import join
|
||||||
|
|
||||||
scripts = [ join( 'bin', filename ) for filename in [ 'mn' ] ]
|
scripts = [ join( 'bin', filename ) for filename in [
|
||||||
|
'mn', 'mnexec' ] ]
|
||||||
|
|
||||||
modname = distname = 'mininet'
|
modname = distname = 'mininet'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user