2013-07-30 17:41:04 +09:00
|
|
|
[metadata]
|
|
|
|
name = ryu
|
|
|
|
summary = Component-based Software-defined Networking Framework
|
|
|
|
license = Apache License 2.0
|
|
|
|
author = Ryu project team
|
|
|
|
author-email = ryu-devel@lists.sourceforge.net
|
|
|
|
home-page = http://osrg.github.io/ryu/
|
|
|
|
description-file = README.rst
|
|
|
|
platform = any
|
|
|
|
classifier =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Topic :: System :: Networking
|
|
|
|
Natural Language :: English
|
|
|
|
Programming Language :: Python
|
|
|
|
Operating System :: Unix
|
|
|
|
keywords =
|
|
|
|
openflow
|
|
|
|
openvswitch
|
|
|
|
openstack
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
ryu
|
|
|
|
data_files =
|
|
|
|
etc/ryu =
|
|
|
|
etc/ryu/ryu.conf
|
|
|
|
|
2013-01-08 17:35:58 +09:00
|
|
|
[build_sphinx]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|
2012-06-05 23:37:48 +09:00
|
|
|
|
|
|
|
[bdist_rpm]
|
|
|
|
Release = 1
|
|
|
|
Group = Applications/Accessories
|
2013-12-19 16:17:52 +09:00
|
|
|
Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr, python-lxml, python-oslo-config, python-msgpack
|
2013-01-08 17:35:58 +09:00
|
|
|
doc_files = LICENSE
|
|
|
|
MANIFEST.in
|
|
|
|
README.rst
|
|
|
|
SubmittingPatches.rst
|
|
|
|
doc/
|
2013-07-30 17:41:04 +09:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
ryu.hooks.setup_hook
|
2013-08-30 14:08:46 +09:00
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2014-02-17 12:49:08 +09:00
|
|
|
neutron-ofagent-agent = ryu.cmd.ofa_neutron_agent:main
|
2013-08-30 14:08:46 +09:00
|
|
|
ryu-manager = ryu.cmd.manager:main
|
2013-11-28 14:30:05 +09:00
|
|
|
rpc-cli = ryu.cmd.rpc_cli:main
|