X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=9e82bb084980d2bde760cd8160ef3bcc7c4c935b;hb=f4e55de82046b82b80eb3fdff3798bc9c05ad428;hp=8c9921ac15306ba4576d3c94bcab59a51a3c92e5;hpb=168be99ad72b41b4f92eea8597d3f641d3cf4a39;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 8c9921a..9e82bb0 100755 --- a/setup.py +++ b/setup.py @@ -18,22 +18,24 @@ # # Luc Yriarte # Christophe Guiraud +# Frederic Paut # from setuptools import setup setup(name = "cloudeebus", - version = "0.2", + version = "0.5.100", description = "Javascript-DBus bridge", - author = "Luc Yriarte, Christophe Guiraud", - author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com", + 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.2"], + install_requires = ["setuptools", "autobahn>=0.5.8"], classifiers = ["License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", "Environment :: Console",