1[metadata]
2name = ryu
3summary = Component-based Software-defined Networking Framework
4license = Apache License 2.0
5author = Ryu project team
6author-email = ryu-devel@lists.sourceforge.net
7home-page = http://osrg.github.io/ryu/
8description-file = README.rst
9platform = any
10classifier =
11    Development Status :: 5 - Production/Stable
12    License :: OSI Approved :: Apache Software License
13    Topic :: System :: Networking
14    Natural Language :: English
15    Programming Language :: Python
16    Programming Language :: Python :: 2.7
17    Programming Language :: Python :: 3
18    Programming Language :: Python :: 3.4
19    Operating System :: Unix
20keywords =
21    openflow
22    openvswitch
23    openstack
24
25[files]
26packages =
27    ryu
28data_files =
29    etc/ryu =
30        etc/ryu/ryu.conf
31
32[build_sphinx]
33all_files = 1
34build-dir = doc/build
35source-dir = doc/source
36
37[bdist_rpm]
38Release = 1
39Group = Applications/Accessories
40Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr, python-lxml, python-oslo-config, python-msgpack
41doc_files = LICENSE
42            MANIFEST.in
43            README.rst
44            CONTRIBUTING.rst
45            doc/
46
47[global]
48setup-hooks =
49    ryu.hooks.setup_hook
50
51[entry_points]
52console_scripts =
53    ryu-manager = ryu.cmd.manager:main
54    ryu = ryu.cmd.ryu_base:main
55