X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=9e82bb084980d2bde760cd8160ef3bcc7c4c935b;hb=aa5dbdcbcad384aeeddb13f74e979ad528e9db0f;hp=2876bac8a6dcb7aa706a492e4c184c688121cdf2;hpb=791a49d752303cfc9b543e2d857f603250e5507a;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 2876bac..9e82bb0 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup setup(name = "cloudeebus", - version = "0.3.2", + version = "0.5.100", description = "Javascript-DBus bridge", author = "Luc Yriarte, Christophe Guiraud, Frederic Paut", author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com, frederic.paut@intel.com", @@ -32,7 +32,8 @@ setup(name = "cloudeebus", 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",