Update for Mininet 2.0.0 development.

This commit is contained in:
Bob Lantz
2012-07-01 19:08:20 -07:00
parent 0f832c9226
commit e04c207c3c
4 changed files with 48 additions and 246 deletions
+10 -7
View File
@@ -11,23 +11,26 @@ modname = distname = 'mininet'
setup(
name=distname,
version='0.0.0',
version='2.0.0d1',
description='Process-based OpenFlow emulator',
author='Bob Lantz',
author_email='rlantz@cs.stanford.edu',
packages=find_packages(exclude='test'),
long_description="""
Insert longer description here.
""",
Mininet is a network emulator which uses lightweight
virtualization to create virtual networks for rapid
prototyping of Software-Defined Network (SDN) designs
using OpenFlow. http://openflow.org/mininet
""",
classifiers=[
"License :: OSI Approved :: GNU General Public License (GPL)",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Development Status :: 4 - Beta",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"Topic :: Internet",
],
keywords='networking protocol Internet OpenFlow',
license='unspecified',
keywords='networking emulator protocol Internet OpenFlow SDN',
license='BSD',
install_requires=[
'setuptools',
'networkx'