summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-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]