diff options
Diffstat (limited to 'tosca2heat/heat-translator/setup.cfg')
-rw-r--r-- | tosca2heat/heat-translator/setup.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg index 029eeff..21d0c6f 100644 --- a/tosca2heat/heat-translator/setup.cfg +++ b/tosca2heat/heat-translator/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = http://docs.openstack.org/developer/heat-translator/ classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -17,10 +17,13 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages = translator +package_data = + conf = conf/*.conf [entry_points] openstack.cli.extension = |