rename all READM.rst to README.md
[parser.git] / tosca2heat / heat-translator / setup.cfg
index 029eeff..ebea57b 100644 (file)
@@ -2,10 +2,10 @@
 name = heat-translator
 summary = Tool to translate non-heat templates to Heat Orchestration Template.
 description-file =
-    README.rst
+    README.md
 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 =