X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=f765a7ddc9b703a6ce07d5a78a3103f4a4f98db9;hb=1b237fa9a7797a2247c24b0387a28d65e97e1f4e;hp=1a5cb59b56ca19c21d9479c33985af2809ed6f51;hpb=80da8e39680f4da405861b33536012448244ba0d;p=apex-tripleo-heat-templates.git diff --git a/setup.cfg b/setup.cfg index 1a5cb59b..f765a7dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = tripleo-heat-templates -version = 0.0.1 summary = Heat templates for deploying OpenStack with OpenStack. description-file = README.md @@ -17,8 +16,8 @@ classifier = Environment :: Console [files] -data_files = - share/tripleo-heat-tempaltes/examples = examples/* - share/tripleo-heat-templates = - Makefile - *.yaml +packages = + tripleo_heat_merge +[entry_points] +console_scripts = + tripleo-heat-merge = tripleo_heat_merge.merge:main