summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-20 16:27:40 +0000
committerGerrit Code Review <review@openstack.org>2023-03-20 16:27:40 +0000
commit779cf7484e44855ddbf6f29d48af79104e42a0a6 (patch)
treeb3095303c6aa00bb40e59aa7f627508e59017f20
parente3432982405a8446ca2c7384334fa9c6d10a6271 (diff)
parentd368644bc6a8bbcb13878c0bd2f16dfc8bbd99e0 (diff)
downloadpython-swiftclient-779cf7484e44855ddbf6f29d48af79104e42a0a6.tar.gz
Merge "Metadata updates"
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dfeb3b7..9d40765 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,10 +3,16 @@ name = python-swiftclient
summary = OpenStack Object Storage API Client Library
description_file =
README.rst
+long_description_content_type = text/x-rst
license = Apache License, Version 2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-swiftclient/latest/
+project_urls =
+ Bug Tracker = https://bugs.launchpad.net/python-swiftclient
+ Documentation = https://docs.openstack.org/python-swiftclient/latest/
+ Release Notes = https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog
+ Source Code = https://opendev.org/openstack/python-swiftclient
python_requires = >=3.6
classifier =
Environment :: OpenStack