Update license and add networkx dependency
This commit is contained in:
@@ -27,9 +27,10 @@ Insert longer description here.
|
|||||||
"Topic :: Internet",
|
"Topic :: Internet",
|
||||||
],
|
],
|
||||||
keywords='networking protocol Internet OpenFlow',
|
keywords='networking protocol Internet OpenFlow',
|
||||||
license='GPL',
|
license='unspecified',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'setuptools'
|
'setuptools',
|
||||||
|
'networkx'
|
||||||
],
|
],
|
||||||
scripts=scripts,
|
scripts=scripts,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user