Added a license metadata line to specify Apache-2
[escalator.git] / api / setup.cfg
index f568387..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
@@ -19,6 +20,7 @@ classifier =
 [files]
 data_files =
     /etc/escalator = etc/*
+    /var/log/escalator =
 
 [global]
 setup-hooks =
@@ -27,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]