X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=74328d0d78c1aa65253537b744a9e69221416fc8;hb=579f53f16e834f653a928842fa2a53c7618ee318;hp=61a317b837e3c3ff3cade24d4da89b8ef136ce16;hpb=c2e2edfe53a07103b72208b4702b627d2aec00a1;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 61a317b..74328d0 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup setup(name = "cloudeebus", - version = "0.5.1", + version = "0.5.99", 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,7 +32,8 @@ 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"], classifiers = ["License :: OSI Approved :: Apache Software License",