X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fsetup.cfg;h=77415b3823a5ba9f57883cfc0c2b0fcbf7a6a5ff;hb=HEAD;hp=af7a2da47d0f82270b858a191d60d7d6dad969c0;hpb=3a203b0a44b6952df2b7f8b93f3d27b421cdd1f6;p=escalator.git diff --git a/api/setup.cfg b/api/setup.cfg index af7a2da..77415b3 100644 --- a/api/setup.cfg +++ b/api/setup.cfg @@ -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]