X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=cd3d53aeae06e45d9c6693f74f36be8dd8f86ba2;hb=0da06a2fa28bf96654fa4fc5b9e506e931463d50;hp=d82cc42ba08153a1972bcd63b66a2a758e8fe796;hpb=a11bc3ff0cfee24469ce01a60540519976776249;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index d82cc42..cd3d53a 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.2", + version = "0.6.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.14"], + install_requires = ["setuptools", "autobahn==0.5.8"], classifiers = ["License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", "Environment :: Console",