Reinstate mnexec in install.

This commit is contained in:
Bob Lantz
2010-03-14 00:11:36 -08:00
parent 51a1482407
commit 0e2a7240c3
+2 -1
View File
@@ -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'