Revision 896c4cbc setup.py
setup.py | ||
---|---|---|
25 | 25 |
Mininet is a network emulator which uses lightweight |
26 | 26 |
virtualization to create virtual networks for rapid |
27 | 27 |
prototyping of Software-Defined Network (SDN) designs |
28 |
using OpenFlow. http://openflow.org/mininet
|
|
28 |
using OpenFlow. http://mininet.org
|
|
29 | 29 |
""", |
30 | 30 |
classifiers=[ |
31 | 31 |
"License :: OSI Approved :: BSD License", |
32 | 32 |
"Programming Language :: Python", |
33 |
"Development Status :: 2 - Pre-Alpha",
|
|
33 |
"Development Status :: 5 - Production/Stable",
|
|
34 | 34 |
"Intended Audience :: Developers", |
35 |
"Topic :: Internet",
|
|
35 |
"Topic :: System :: Emulators",
|
|
36 | 36 |
], |
37 | 37 |
keywords='networking emulator protocol Internet OpenFlow SDN', |
38 | 38 |
license='BSD', |
Also available in: Unified diff