summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordekehn <dekehn@gmail.com>2022-11-11 01:57:33 +0000
committerdekehn <dekehn@gmail.com>2022-11-14 22:43:46 +0000
commitdcb61f7ffeb505c9a5a37cccd89a5c99aea957eb (patch)
tree062fbe4bf2ee099c306bed6d02ddccdd120a1859
parentf4999fdfcb1211bf343d04ccd28cfc0e1bc87129 (diff)
downloaddesignate-dcb61f7ffeb505c9a5a37cccd89a5c99aea957eb.tar.gz
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: Ib0fac569a255572aa2657fe2a7e4991e30f249de
-rw-r--r--setup.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index bad15c98..4d223650 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,13 @@
[metadata]
name = designate
-summary = DNS as a Service
-description_file =
- README.rst
+description = DNS as a Service
+long_description = file: README.rst
+
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
-home_page = https://docs.openstack.org/designate/latest/
+url = https://docs.openstack.org/designate/latest/
python_requires = >=3.8
-classifier =
+classifiers =
Environment :: OpenStack
Environment :: No Input/Output (Daemon)
Intended Audience :: Information Technology
@@ -19,7 +19,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]