setup.py: install xsd files

They are necessary for OF-config support.

Cc: Shivaram Mysore <shivaram.mysore@gmail.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Isaku Yamahata 2013-04-09 14:31:57 +09:00 committed by FUJITA Tomonori
parent 1e9c9c38f4
commit 30b05dec72
1 changed files with 1 additions and 0 deletions

View File

@ -62,4 +62,5 @@ setup(name='ryu',
scripts=['bin/ryu-manager',
'bin/ryu-client'],
data_files=data_files,
include_package_data=True,
)