update authors and todo list
authorLuc Yriarte <luc.yriarte@intel.com>
Tue, 19 Mar 2013 09:39:55 +0000 (10:39 +0100)
committerLuc Yriarte <luc.yriarte@intel.com>
Tue, 19 Mar 2013 09:39:55 +0000 (10:39 +0100)
AUTHORS
TODO
setup.py

diff --git a/AUTHORS b/AUTHORS
index f48e975..8bb6971 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,3 @@
 Luc Yriarte <luc.yriarte@intel.com>
 Christophe Guiraud <christophe.guiraud@intel.com>
+Frederic PAUT <frederic.paut@intel.com>
diff --git a/TODO b/TODO
index 283a220..705454b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,7 +18,6 @@ API style:
 
 DBus service support:
 ---------------------
-- support publishing a DBus service
 - support sending signals
 
 
index 67e0840..a54f6da 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ from setuptools import setup
 setup(name = "cloudeebus",
        version = "0.3.0",
        description = "Javascript-DBus bridge",
-       author = "Luc Yriarte, Christophe Guiraud",
+       author = "Luc Yriarte, Christophe Guiraud, Frederic PAUT",
        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",