From 727a8ded2d620eb9afedff03a163d6534c3d8a51 Mon Sep 17 00:00:00 2001 From: Frederic PAUT Date: Thu, 14 Feb 2013 15:47:46 +0100 Subject: [PATCH] Adding me as author --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e64089..c58e0f9 100755 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ # # Luc Yriarte # Christophe Guiraud +# Frederic PAUT # from setuptools import setup @@ -26,7 +27,7 @@ setup(name = "cloudeebus", version = "0.2.1", description = "Javascript-DBus bridge", author = "Luc Yriarte, Christophe Guiraud", - author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com", + author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com, frederic.paut@intel.com", url = "https://github.com/01org/cloudeebus/wiki", license = "http://www.apache.org/licenses/LICENSE-2.0", scripts = ["cloudeebus/cloudeebus.py"], -- 2.7.4