Merge branch 'master' of yuba.stanford.edu:mininet

This commit is contained in:
Bob Lantz
2010-02-16 16:04:31 -08:00
+3 -2
View File
@@ -27,9 +27,10 @@ Insert longer description here.
"Topic :: Internet",
],
keywords='networking protocol Internet OpenFlow',
license='GPL',
license='unspecified',
install_requires=[
'setuptools'
'setuptools',
'networkx'
],
scripts=scripts,
)