Merge "Update heat-translator requirement"
[parser.git] / tosca2heat / heat-translator / setup.cfg
index 029eeff..2a10811 100644 (file)
@@ -1,11 +1,13 @@
 [metadata]
-name = heat-translator
-summary = Tool to translate non-heat templates to Heat Orchestration Template.
+name = nfv-heattranslator
+version =
+url = https://wiki.opnfv.org/display/parser
+summary = Tool to translate non-heat templates to Heat Orchestration Template in nfv.
 description-file =
-    README.rst
-author = OpenStack
-author-email = openstack-dev@lists.openstack.org
-home-page = http://www.openstack.org/
+    README.md
+author = OPNFV
+author-email = opnfv-dev@lists.opnfv.org
+home-page = https://wiki.opnfv.org/display/parser
 classifier =
     Environment :: OpenStack
     Intended Audience :: Information Technology
@@ -17,10 +19,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 =