Update metadata in setup.cfg

we are using some "aliases" that the setuptools docs say
"are supported for compatibility reasons" but their use
is not advised[1].

[1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata

Change-Id: I70a62a4ddc59638297814682523e1e802a7fad42
This commit is contained in:
dekehn 2022-11-11 16:46:17 +00:00
parent 49bbe3c6e3
commit 6a8ef57dc7
1 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,13 @@
[metadata]
name = python-designateclient
summary = OpenStack DNS-as-a-Service - Client
description_file =
README.rst
description = OpenStack DNS-as-a-Service - Client
long_description = file: README.rst
license = Apache License, Version 2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-designateclient/latest
url = https://docs.openstack.org/python-designateclient/latest
python_requires = >=3.8
classifier =
classifiers =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
@ -19,7 +18,7 @@ classifier =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: Name Service (DNS)
[files]