diff --git a/setup.cfg b/setup.cfg index 8f2dba35..255a4db5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [metadata] name = sahara-tests summary = Sahara tests -description-file = README.rst +description_file = README.rst license = Apache Software License -python-requires = >=3.6 +python_requires = >=3.6 classifiers = Programming Language :: Python Programming Language :: Python :: 3 @@ -16,8 +16,8 @@ classifiers = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/sahara-tests/latest/ +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/sahara-tests/latest/ [global] setup-hooks = pbr.hooks.setup_hook