Skip to content
Snippets Groups Projects
Commit 0e2a7240 authored by Bob Lantz's avatar Bob Lantz
Browse files

Reinstate mnexec in install.

parent 51a14824
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@
from setuptools import setup, find_packages
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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment