diff --git a/setup.cfg b/setup.cfg index 8b8f9031..977a9b46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,13 @@ [metadata] name = rally-openstack summary = Rally plugins for OpenStack platform -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/rally/latest/ +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/rally/latest/ license = Apache License, Version 2.0 -python-requires = >=3.6 +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Developers