X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=eada854fc6d0e7673145db8af71946aa59b74832;hb=c3b97bc35a7db583231aa5153d2a1f61d7586faa;hp=3977056e410b3fec04d673f59f6d40955a0978b2;hpb=fc6d7b73a59f5fb0c55ba1fba15595de2184f4a8;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 3977056..eada854 100755 --- a/setup.py +++ b/setup.py @@ -18,21 +18,22 @@ # # Luc Yriarte # Christophe Guiraud -# Frederic PAUT +# Frederic Paut # from setuptools import setup setup(name = "cloudeebus", - version = "0.3.2", + version = "0.5.0", description = "Javascript-DBus bridge", - author = "Luc Yriarte, Christophe Guiraud, Frederic PAUT", + 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", scripts = ["cloudeebus/cloudeebus.py"], packages = ["cloudeebus"], - data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"])], + data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"]), + ('/etc/dbus-1/system.d/', ['org.cloudeebus.conf'])], platforms = ("Any"), install_requires = ["setuptools", "autobahn>=0.5.8"], classifiers = ["License :: OSI Approved :: Apache Software License",