X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=d9c5b44a4409a1161bee06a3f357543be04a2597;hb=a70e7ae32019dc3173d74ffcfae66f2a289f92da;hp=9e1b7bbd74355230c3d499157e43e49c67a63f0a;hpb=85cec77bf3e6f50e392a7ca4474f6a10b34c40ba;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 9e1b7bb..d9c5b44 100755 --- a/setup.py +++ b/setup.py @@ -18,23 +18,24 @@ # # Luc Yriarte # Christophe Guiraud -# Frederic PAUT +# Frederic Paut # from setuptools import setup setup(name = "cloudeebus", - version = "0.3.0", + version = "0.4.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", 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",