Oops this is the correct one.

>From 8082774e9528f411e5b4436c19e661b7cd676a36 Mon Sep 17 00:00:00 2001
Message-Id: 
<8082774e9528f411e5b4436c19e661b7cd676a36.1365485476.git.yamah...@valinux.co.jp>
In-Reply-To: <[email protected]>
References: <[email protected]>
From: Isaku Yamahata <[email protected]>
Date: Tue, 9 Apr 2013 14:13:47 +0900
Subject: [PATCH 1/3] setup.py: install xsd files

They are necessary for OF-config support.

Cc: Shivaram Mysore <[email protected]>
Signed-off-by: Isaku Yamahata <[email protected]>
---
 setup.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 297c89d..0c7436d 100644
--- a/setup.py
+++ b/setup.py
@@ -62,4 +62,5 @@ setup(name='ryu',
       scripts=['bin/ryu-manager',
                'bin/ryu-client'],
       data_files=data_files,
+      include_package_data=True,
       )
-- 
1.7.10.4



On Tue, Apr 09, 2013 at 02:19:04PM +0900, Isaku Yamahata wrote:
> They are necessary for OF-config support.
> 
> Cc: Shivaram Mysore <[email protected]>
> Signed-off-by: Isaku Yamahata <[email protected]>
> ---
>  setup.py |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/setup.py b/setup.py
> index 297c89d..f1e0757 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -45,7 +45,7 @@ classifiers = [
>  if sys.platform == 'win32':
>      data_files = [('etc/ryu', ['etc/ryu/ryu.conf'])]
>  else:
> -    data_files = [('/etc/ryu', ['etc/ryu/ryu.conf'])]
> +    data_files = [('etc/ryu', ['etc/ryu/ryu.conf'])]
>  
>  setup(name='ryu',
>        version=version,
> @@ -62,4 +62,5 @@ setup(name='ryu',
>        scripts=['bin/ryu-manager',
>                 'bin/ryu-client'],
>        data_files=data_files,
> +      include_package_data=True,
>        )
> -- 
> 1.7.10.4
> 
> 
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

-- 
yamahata

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to