diff --git a/setup.cfg b/setup.cfg
index 169b22d1..f8a4dc20 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,12 @@
 [metadata]
 name = heat-translator
-summary = Tool to translate non-heat templates to Heat Orchestration Template.
-description_file =
-    README.rst
+description = Tool to translate non-heat templates to Heat Orchestration Template.
+long_description = file: README.rst
 author = OpenStack
 author_email = openstack-discuss@lists.openstack.org
-home_page = http://docs.openstack.org/heat-translator/
+url = http://docs.openstack.org/heat-translator/
 python_requires = >=3.6
-classifier =
+classifiers =
     Environment :: OpenStack
     Intended Audience :: Information Technology
     Intended Audience :: System Administrators