diff --git a/setup.cfg b/setup.cfg index 90ce7a1..e5b5e34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,13 @@ [metadata] name = octavia-lib summary = A library to support Octavia provider drivers. -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/octavia-lib/latest/ +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/octavia-lib/latest/ license = Apache License, Version 2.0 -python-requires = >=3.6 +python_requires = >=3.6 classifier = Development Status :: 5 - Production/Stable Environment :: OpenStack