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
This commit is contained in:
Tim Burke 2023-03-16 16:00:36 -07:00
parent b80a6b62e4
commit 4e518145c3

View File

@ -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