diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2013-04-09 14:31:57 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-04-09 21:30:46 +0900 |
commit | 30b05dec72a0b2f785b6dd427b83d3ad26704657 (patch) | |
tree | 818e6d134e7e5670f7bdf44041f679ee9f47e0ff /setup.py | |
parent | 1e9c9c38f495dd212bc8483e068df46a8e641df7 (diff) |
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>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,4 +62,5 @@ setup(name='ryu', scripts=['bin/ryu-manager', 'bin/ryu-client'], data_files=data_files, + include_package_data=True, ) |