diff --git a/setup.py b/setup.py index 2a41d05..3015079 100644 --- a/setup.py +++ b/setup.py @@ -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, )