From 4e518145c332299af3fe921255dfdee694f96945 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 16 Mar 2023 16:00:36 -0700 Subject: [PATCH] Fix up some packaging metadata https://pypi.org/pypi/keystoneauth1/json currently does not have a minimum python version. Also clean up a twine warning: warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Change-Id: Ibc4747c32afe646fe15baf52538f1ef1defc40c1 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dbb2a58d..7fb06393 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,10 +3,11 @@ name = keystoneauth1 summary = Authentication Library for OpenStack Identity description_file = README.rst +long_description_content_type = text/x-rst author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/keystoneauth/latest/ -python_equires = >=3.8 +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology