X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=7b192c463e3f8827a9b48f720b1ef062dcff22a2;hb=b6623b43966a74b729e6d2252e1b051b2ac748c0;hp=1a5cb59b56ca19c21d9479c33985af2809ed6f51;hpb=80da8e39680f4da405861b33536012448244ba0d;p=apex-tripleo-heat-templates.git diff --git a/setup.cfg b/setup.cfg index 1a5cb59b..7b192c46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,8 @@ [metadata] name = tripleo-heat-templates -version = 0.0.1 summary = Heat templates for deploying OpenStack with OpenStack. description-file = - README.md + README.rst author = OpenStack author_email = openstack-dev@lists.openstack.org license = Apache License (2.0) @@ -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