X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=74328d0d78c1aa65253537b744a9e69221416fc8;hb=e9810ad7003a7c386d57f15e23f2185f18466456;hp=df06bea058c44c781406b52da17754620ccbbe94;hpb=ad20e4adf139aee6423f49124d89f1f6373f5722;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index df06bea..74328d0 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.5.99", 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.2"], + install_requires = ["setuptools", "autobahn>=0.5.8"], classifiers = ["License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", "Environment :: Console",