Update license and add networkx dependency

This commit is contained in:
Brandon Heller
2010-01-29 18:49:08 -08:00
parent 64c451e01f
commit 3774f234f0
+3 -2
View File
@@ -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,
) )