summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordekehn <dekehn@gmail.com>2022-11-11 16:46:17 +0000
committerdekehn <dekehn@gmail.com>2022-11-14 22:46:23 +0000
commit6a8ef57dc79c503334be7cab0146784173c5e6a1 (patch)
tree4e0abfbe8dd1671670c900ea9c0783d2ed757cc1
parent49bbe3c6e32627b6044ae19be196b821de07b2e1 (diff)
downloadpython-designateclient-6a8ef57dc79c503334be7cab0146784173c5e6a1.tar.gz
Update metadata in setup.cfg5.1.0
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
-rw-r--r--setup.cfg11
1 files changed, 5 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index c6c8128..f6e2414 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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]