summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-03-17 16:47:34 -0700
committerTim Burke <tim.burke@gmail.com>2023-03-17 16:47:34 -0700
commitd368644bc6a8bbcb13878c0bd2f16dfc8bbd99e0 (patch)
treec20908ef5429e5181529d0de0405c5b0084880f0
parentd572ccfae9328e205a39559f2f83ed5c844231c5 (diff)
downloadpython-swiftclient-d368644bc6a8bbcb13878c0bd2f16dfc8bbd99e0.tar.gz
Metadata updates
Include project_urls so PyPI gets more sidebar links. Include long_description_content_type to quiet a twine warning. Change-Id: Id3b90927ba24fd47efdbeeb2107bdae9e86e93ba
-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