Merge branch 'agent' of https://github.com/01org/cloudeebus into agent
[contrib/cloudeebus.git] / setup.py
index 5d5b723..9fc4d51 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -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.2"],
        classifiers = ["License :: OSI Approved :: Apache Software License",