diff --git a/setup.cfg b/setup.cfg index 1c04a7132..5481fb03e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,15 @@ [metadata] name = tripleo-validations summary = A collection of Ansible playbooks to detect and report potential issues during TripleO deployments -description_file = - README.rst +long_description = file: README.rst +long_description_content_type = text/rst-x author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/tripleo-validations/latest/ -python_requires = >=3.6 classifier = + Development Status :: 5 - Production/Stable Environment :: OpenStack + Framework :: Ansible Intended Audience :: Information Technology Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License @@ -21,6 +22,9 @@ classifier = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 +[options] +python_requires = >=3.6 + [files] packages = tripleo_validations