Added a license metadata line to specify Apache-2
[escalator.git] / api / setup.cfg
index af7a2da..77415b3 100644 (file)
@@ -6,6 +6,7 @@ description-file =
 author = OPNFV
 author-email = opnfv-tech-discuss@lists.opnfv.org
 home-page = http://www.opnfv.org/
+license = Apache-2
 classifier =
         Environment :: OPNFV
         Intended Audience :: Information Technology
@@ -16,6 +17,11 @@ classifier =
         Programming Language :: Python :: 2
         Programming Language :: Python :: 2.7
 
+[files]
+data_files =
+    /etc/escalator = etc/*
+    /var/log/escalator =
+
 [global]
 setup-hooks =
          pbr.hooks.setup_hook
@@ -23,7 +29,7 @@ setup-hooks =
 [entry_points]
 console_scripts =
         escalator-api = escalator.cmd.api:main
-oslo_config.opts =
+oslo.config.opts =
         escalator.api = escalator.opts:list_api_opts
 
 [build_sphinx]