Fix the missing of configuration file
[escalator.git] / api / setup.cfg
index af7a2da..f568387 100644 (file)
@@ -16,6 +16,10 @@ classifier =
         Programming Language :: Python :: 2
         Programming Language :: Python :: 2.7
 
+[files]
+data_files =
+    /etc/escalator = etc/*
+
 [global]
 setup-hooks =
          pbr.hooks.setup_hook