X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=cd3d53aeae06e45d9c6693f74f36be8dd8f86ba2;hb=0da06a2fa28bf96654fa4fc5b9e506e931463d50;hp=2876bac8a6dcb7aa706a492e4c184c688121cdf2;hpb=16ae1f0be26db356102ecb04857b1e238d3a5adf;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 2876bac..cd3d53a 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup setup(name = "cloudeebus", - version = "0.3.2", + version = "0.6.0", 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,9 +32,10 @@ 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"], + install_requires = ["setuptools", "autobahn==0.5.8"], classifiers = ["License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", "Environment :: Console",